home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / aptitude / NEWS < prev    next >
INI File  |  2008-09-02  |  179KB  |  4,835 lines

  1. [5/26/2008]
  2. Version 0.4.11.3                            "Not looking back."
  3.  
  4. - Crashes and serious errors:
  5.  
  6.   * "unhold" should work now. (Closes: #477165)
  7.  
  8.   * Fixed viewing changelogs at the command-line, which was almost
  9.     totally broken in recent releases. (Closes: #481458)
  10.  
  11.   * Fix getting the changelogs of bin-nmued packages from the curses
  12.     interface. (Closes: #333468) For some reason when this was fixed
  13.     for the command-line mode, the equivalent change didn't make it
  14.     into the curses codebase.
  15.  
  16.   * Don't die with an assertion error when --show-why is used in the
  17.     presence of impure virtual packages.
  18.  
  19. - Cosmetic and UI bugs:
  20.  
  21.   * Always be at least as quiet as the user requested; when aptitude
  22.     automatically enabled quietness if its output wasn't a TTY, it
  23.     could actually become less quiet than otherwise! (Closes: #476749)
  24.  
  25.   * If the user asks for the justification of a manually installed
  26.     package, try to find a nontrivial answer (some other package that
  27.     requires it) instead of just telling them that it's already
  28.     installed. (Closes: #477038)
  29.  
  30.   * Remove an incorrect hyphen in the output of --help. (Closes: #476835)
  31.  
  32.   * When the resolver is run several times in a row without user
  33.     interaction (for instance, in "safe-upgrade"), only print
  34.     "Resolving dependencies..." once.
  35.  
  36.   * When listing the complete chains of dependencies that are holding
  37.     a package on the system, show "A provided by B" as "A <-P B", not
  38.     "AP<- B".  (i.e., add a space after "A")
  39.  
  40. - Build system fixes:
  41.  
  42.   * VPATH should be supported better in doc/.
  43.  
  44.   * Most files will generate Doxygen output now (they were missing
  45.     \file tags).
  46.  
  47. - Documentation bugs:
  48.  
  49.   * Clarify how aptitude's search language behaves in some syntactic
  50.     corner cases, like "~nname?installed": the "?" is part of the
  51.     string parameter to the first matcher, not the start of a new
  52.     match term "?installed".
  53.  
  54.   * Change the documentation of "aptitude why": it shows why packages
  55.     should be installed, not why they can be installed, and be clearer
  56.     about what happens when "why" is called with a single argument.
  57.  
  58.   * Fix the manpage to talk about Recommends-Important instead of
  59.     Install-Recommends. (Closes: #480533)
  60.  
  61. - Translation updates:
  62.  
  63.   * Brazilian Portuguese (Closes: #481007)
  64.   * Danish (Closes: #476732)
  65.   * French
  66.   * Galician (Closes: #476837)
  67.   * German (Closes: #476344)
  68.   * Japanese
  69.   * Norwegian Bokmal (Closes: #480063)
  70.   * Polish (Closes: #480062)
  71.   * Simplified Chinese (Closes: #475740)
  72.   * Vietnamese (Closes: #477295)
  73.  
  74. [4/9/2008]
  75. Version 0.4.11.2                            "How far the sky,
  76.                                              how cold the night,
  77.                                              how still the flowing river.
  78.                                              How sharp the air --
  79.                                              so pure the light --
  80.                                              beneath Orion's quiver.
  81.                                              Beneath the frozen, staring,
  82.                                              starry sky we lay a-shiver."
  83.  
  84. - New features:
  85.  
  86.   * The information area can display tabs for the alternative views it
  87.     supports.  This is off by default because I found that it was too
  88.     intrusive (mainly because it appears between the short and the
  89.     long description of a package).  If cwidget gets the ability to
  90.     put tabs at the bottom of multiplex widgets, I might change this.
  91.  
  92. - Documentation bugs:
  93.  
  94.   * Fix several XML errors in the manpage source (Closes: #473722)
  95.  
  96. - Bug fixes:
  97.  
  98.   + Crashes and serious errors:
  99.  
  100.     * Make the safe resolver not explode exponentially when new
  101.       Recommendations are present.
  102.  
  103.       The root cause here was that the "mandate" mechanism the safe
  104.       resolver uses to ensure that it progresses monotonically towards
  105.       a solution doesn't work in the presence of Recommends, so the
  106.       resolver ended up exploring the entire space of possible
  107.       resolutions to packages' Recommendations.  (Closes: #474680)
  108.  
  109.     * Don't crash if a package's Section is empty. (Closes: #474115)
  110.  
  111.   + Cosmetic and UI bugs:
  112.  
  113.     * The "why installed" information display in the package list will
  114.       now display an informative message when no package is selected,
  115.       the same way that the "related dependencies" display does.
  116.  
  117.     * The "why installed" information display should work better for
  118.       newly installed packages now.
  119.  
  120.     * "aptitude --version" prints more information about the libraries
  121.       it was compiled against.
  122.  
  123.     * "Help -> About" prints a correct copyright date now.
  124.  
  125.     * The status indicator has been rewritten so that it no longer
  126.       needs numeric conjugation (meaning it won't say "there are 1
  127.       update").  (Closes: #486186 and friends)
  128.  
  129.     * "why" and "why-not" now appear in the list of commands in
  130.       "aptitude --help". (Closes: #454088)
  131.  
  132.   + Minor bugs:
  133.  
  134.     * Use a 'latch' configuration option to migrate from
  135.       Recommends-Important, instead of just clobbering the old
  136.       option. (Closes: #473872)
  137.  
  138.     * Treat packages that were removed but whose configuration files
  139.       remain on the system as if they're not installed in the output
  140.       of --show-why.
  141.  
  142.       This fixes some cases where --show-why would hide the reasons
  143.       for some installations.
  144.  
  145. - Translation updates:
  146.  
  147.   * Galician (Closes: #474672)
  148.  
  149.   * Vietnamese (Closes: #473719)
  150.  
  151. [3/30/2008]
  152. Version 0.4.11.1                            "No, no, fool, I said bring
  153.                                              me the FLUFFY Bunny
  154.                                              Slippers of EXTREME
  155.                                              Dismemberment, not the
  156.                                              EXTREME Bunny Slippers
  157.                                              of FLUFFY dismemberment!
  158.                                              Does an evil overlord have
  159.                                              to do everything himself
  160.                                              around here?"
  161.  
  162. - New features:
  163.  
  164.   * The command-line argument --show-why will cause all installation
  165.     and removal commands to display a brief summary of the
  166.     dependencies related to an installation or removal.  For instance:
  167.  
  168.         The following NEW packages will be installed:
  169.           libboost-iostreams1.34.1{a} (for wesnoth)  wesnoth
  170.           wesnoth-data{a} (for wesnoth)  wesnoth-music{a} (for wesnoth)
  171.  
  172.     Note that wesnoth-music is a dependency of wesnoth-data, not
  173.     wesnoth.  --show-why displays the manually installed package
  174.     behind each automatic installation.  If -v is passed on the
  175.     command-line, it displays the entire chain of dependencies leading
  176.     to each manual package.
  177.  
  178.     --show-why also handles upgrades:
  179.  
  180.         The following packages will be upgraded:
  181.           klibc-utils  libklibc (for klibc-utils)
  182.  
  183.     --show-why is limited to the capabilities of the logic behind
  184.     "aptitude why".  Although libklibc might be the package that was
  185.     originally marked for upgrade, --show-why has no knowledge of this
  186.     fact: it just knows that klibc-utils requires libklibc.
  187.  
  188.   * In the ncurses interface, added a menu entry to cycle the display
  189.     in the lower pane (equivalent to pressing "i" but more
  190.     discoverable).
  191.  
  192.   * The ncurses interface now displays the number of packages in a
  193.     tree next to the tree header, and in the information area when the
  194.     header is highlighted.
  195.  
  196.   * The header for the list of versions in the ncurses interface now
  197.     reads "Versions of <package>" instead of just "Versions".
  198.  
  199.   * A new extract-cache-subset command that will create a reduced copy
  200.     of the package cache, removing all but a given list of packages
  201.     and all references to packages not in the list.  It's intended
  202.     for, e.g., generating test cases for package managers.
  203.  
  204. - Bug fixes:
  205.  
  206.   + Crashes and serious errors:
  207.  
  208.     * Handle exceptions thrown by the Debtags constructor (e.g., when
  209.       debtags has been purged and there are no data files) instead of
  210.       just crashing.  (Closes: #472695)
  211.  
  212.     * Eliminate a case where we would access uninitialized memory
  213.       while starting up, found thanks to valgrind.
  214.  
  215.   + Cosmetic and UI bugs:
  216.  
  217.     * Correct the documentation within the on-line help of how to
  218.       leave the on-line help (it was never updated when the help went
  219.       from being a dialog to being a top-level view).
  220.  
  221.     * Correctly save changes to string configuration options.
  222.       (Closes: #471315)
  223.  
  224.     * Don't print an error on startup when debtags isn't
  225.       installed. (Closes: #472678)
  226.  
  227.     * Use less technical language when "why" fails to find a
  228.       derivation for "A transitively requires B".
  229.  
  230.     * Eliminated some cases where description signals for tree
  231.       headings weren't being connected.  These weren't noticable in
  232.       the past because in most cases, the heading had no description
  233.       anyway.
  234.  
  235. - Translation updates:
  236.  
  237.   * The aptitude-defaults.* files are now installed to
  238.     /usr/share/aptitude. (Closes: #472625)
  239.  
  240.   * Simplified Chinese (Closes: #458162, #473363).
  241.  
  242.   * Vietnamese (Closes: #473229)
  243.  
  244. [3/15/2008]
  245. Version 0.4.11                              "When you're tired of
  246.                                              being beat with a stick,
  247.                                     you're tired of Debian."
  248.  
  249. - New features:
  250.  
  251.   * Search terms can be named with words instead of single-character
  252.     flags.  Each new-style search expression starts with a question
  253.     mark ("?"), followed by the name of the matcher; for instance,
  254.     "?obsolete" is equivalent to the old-style expression "~o".  At
  255.     the command-line, package names containing question marks are
  256.     treated as search expressions, just like package names containing
  257.     tildes ("~") are.
  258.  
  259.     The old-style syntax is still present and works just like it did
  260.     previously.  See the reference manual for complete documentation
  261.     of the new syntax.
  262.  
  263.     This will hopefully make the search syntax more memorable and make
  264.     it clearer what a given search expression actually does.  In
  265.     addition, this opens up the possibility of greatly expanding the
  266.     number of search patterns supported by aptitude (the requirement
  267.     to choose a meaningful and unique single character had become a
  268.     major limiting factor in the ability to add new search terms).
  269.  
  270.   * New search terms:
  271.  
  272.     + ?source-package(expr) matches packages whose source package matches
  273.                             the given regular expression.
  274.     + ?source-version(expr) matches packages whose source version matches
  275.                       the given regular expression.
  276.     + ?all-versions(expr)   matches a package if expr matches all versions
  277.                             of that package.
  278.     + ?any-version(expr)    matches a package if expr matches any single
  279.                             version of that package.
  280.     + ?user-tag(pattern)    matches a package if it has an attached
  281.                             user-tag matching the given regexp (see below).
  282.     + ?for var: expr        binds var inside expr to the package or
  283.                             version being tested.
  284.     + ?bind(var, expr)      matches anything if the package or version
  285.                             bound to var matches expr.
  286.     + ?=var                 matches the package or version bound to
  287.                             var by an enclosing ?for.
  288.  
  289.     For instance, "?for x: ?depends(?recommends(?=x))" will match any
  290.     package X that depends on a package that recommends X.
  291.  
  292.   * aptitude now supports attaching arbitrary strings to packages,
  293.     known as "user tags" (to distinguish them from debtags tags).  The
  294.     following commands will manipulate user tags:
  295.  
  296.       aptitude add-user-tag    tag package...
  297.       aptitude remove-user-tag tag package...
  298.  
  299.     Each of these commands will add user tags to or remove them from
  300.     one or more packages (possibly selected using search expressions).
  301.     In addition, all command-line actions that modify package state
  302.     now take the following optional arguments:
  303.  
  304.       --add-user-tag         TAG
  305.       --add-user-tag-to      TAG PATTERN
  306.       --remove-user-tag      TAG
  307.       --remove-user-tag-from TAG PATTERN
  308.  
  309.     The variants that take a PATTERN will add tags to or remove tags
  310.     from any packages that match the given PATTERN. (e.g.:
  311.     "--add-user-tag-to installed-for-build-dep ?action(install)").
  312.     The variants that do not take a PATTERN will affect any package
  313.     that is being modified (this is equivalent to using the pattern
  314.     "?not(?action(keep))").
  315.  
  316.     The ?user-tag(tag) matcher will select packages with a tag
  317.     matching the given regular expression.  User tags also show up at
  318.     the end of package descriptions, next to the list of debtags tags
  319.     for a package.
  320.  
  321.   * All command-line actions that modify package state now accept the
  322.     arguments --safe-resolver and --full-resolver.  --safe-resolver
  323.     forces the command to use the same resolver logic as
  324.     --safe-upgrade (e.g., "aptitude install --safe-resolver exim4" to
  325.     install exim4 as long as it can be installed without removing any
  326.     packages).  --safe-resolver can be enabled in the config file by
  327.     setting Aptitude::Always-Use-Safe-Resolver to "true"; passing
  328.     --full-resolver will override this configuration option.
  329.  
  330.     The option --no-new-installs and the new option --no-new-upgrades
  331.     will control whether the safe resolver attempts to install new
  332.     packages or upgrade installed packages.
  333.  
  334.     Future versions of aptitude will enable this logic in the curses
  335.     UI as well, but I haven't decided how it should be exposed yet.
  336.  
  337.   * The aptitude dependency resolver will now refuse to adjust held
  338.     packages or install forbidden versions unless you manually allow
  339.     it to.  This behavior can be disabled by setting
  340.     Aptitude::ProblemResolver::Allow-Break-Holds to "false".
  341.  
  342.     aptitude will still break holds when packages are being
  343.     automatically installed; there is a pending patch against apt that
  344.     eliminates this behavior.
  345.  
  346.   * The aptitude dependency resolver will add a bonus to solutions
  347.     that remove a package and install another package that fully
  348.     replaces it by declaring a conflicts/provides/replaces
  349.     relationship. (Closes: #466374)
  350.  
  351.   * aptitude now has a "build-dep" command that will install
  352.     build-dependencies from the command-line. (Closes: #243317)
  353.  
  354.   * A new "subdirs" variant of the section grouping policy is
  355.     introduced in this release, courtesy of Paul Donahue, and is
  356.     enabled by default.  This will behave just like the old sectioning
  357.     policy, except that if a section has several components (for
  358.     instance, games/arcade/space), they will all be realized as tree
  359.     levels in aptitude.
  360.  
  361.     A side effect of this change is that section descriptions are no
  362.     longer hard-coded in the source (see the documentation of
  363.     Aptitude::Sections::Descriptions).
  364.  
  365.   * Command-line updates in aptitude will now list packages that are
  366.     newly obsolete.  This doesn't work when a source is removed and
  367.     all its packages become obsolete, for technical reasons.
  368.  
  369.   * aptitude now uses libept to handle debtags information instead of
  370.     a slow and wrong internal implementation. (Closes: #397652,
  371.     #406201) "aptitude update" will merge new package information into
  372.     the debtags database automatically by running "debtags update --local".
  373.  
  374. - Bug fixes:
  375.  
  376.   + Cosmetic and UI bugs:
  377.  
  378.     * The curses interface now uses a spinner to indicate download
  379.       progress, since the percentage measurement can't be made correct
  380.       in the current apt model.
  381.  
  382.     * Remove some stray cw:: strings that made it into user-visible
  383.       messages (thanks to Jacobo Tarrio for pointing them out).
  384.  
  385.     * Interpret %-escapes in the descriptions of configuration options
  386.       instead of displaying them to the user; thanks to Jens Seidel
  387.       for pointing this out.
  388.  
  389.     * At the command-line prompt, don't list packages that aren't
  390.       being upgraded unless the user tried to upgrade them.  e.g.,
  391.       "aptitude install foo" will no longer spew the entire list of
  392.       pending upgrades to the terminal.
  393.  
  394.     * When displaying dependencies or version numbers at the
  395.       command-line (i.e., -D or -V is passed), add an extra space
  396.       between packages, to make it a little more obvious which tags
  397.       "belong" to which package.
  398.  
  399.     * If the resolver is allowed to produce the solution 'cancel all
  400.       actions' (i.e., "Aptitude::ProblemResolver::Discard-Null-Solution"
  401.       is false), the brief indicator in the UI will say that it cancels
  402.       all the pending actions instead of counting its component actions.
  403.  
  404.     * When displaying the packages that could satisfy a versioned
  405.       dependency, don't list packages that provide the package name
  406.       unless they declare a versioned provides that matches the
  407.       dependency's version restriction. (Closes: #464131)
  408.  
  409.     * Don't try to generate and then parse a matcher when searching
  410.       for packages that look like what the user typed; instead, write
  411.       explicit code to compare against package names and descriptions.
  412.  
  413.       This allows aptitude to find similar package names even if the
  414.       corresponding command-line argument is an invalid search pattern
  415.       (without having to write complex escaping logic); e.g.,
  416.       "aptitude install +5" does something sensible instead of
  417.       printing a confusing error message.
  418.  
  419.     * If the user enters "q" during command-line dependency
  420.       resolution, quit the program instead of falling back to manual
  421.       resolution; manual resolution is only used if automatic
  422.       resolution hits a fatal error or if the user requests it by
  423.       typing "x". (Closes: #459629)
  424.  
  425.   + Translation bugs:
  426.  
  427.     * Generate POTFILES.in automatically, so it stays up-to-date
  428.       without requiring manual intervention.
  429.  
  430.     * Flag W_() as a translation marker; failure to do this caused a
  431.       lot of strings to be incorrectly left out of the translation
  432.       files; pointed out by Jens Seidel.
  433.  
  434.     * Fix translation of strings displayed by the options editor (they
  435.       weren't getting translated at all); thanks to Jens Seidel for
  436.       reporting this.
  437.  
  438.   + Minor bugs:
  439.  
  440.     * Fix task handling in the case that different versions of a
  441.       package are in different tasks. (Closes: #459348)
  442.  
  443.     * "safe-upgrade" will now attempt to automatically maximize the
  444.       upgrade.  Hopefully this will eliminate the situation where you
  445.       run "aptitude safe-upgrade" and then discover that there are
  446.       still some upgradable packages.
  447.  
  448.   + Crashes and serious errors:
  449.  
  450.     * aptitude will now build with g++ 4.3, assuming that
  451.       4.3-compatible versions of cwidget and sigc++ are installed.
  452.       (Closes: #452204, #452540)
  453.  
  454.     * Reduce the translation percent threshold for the various
  455.       versions of the manual until it compiles. (Closes: #470054)
  456.  
  457.     * aptitude now uses Apt::Install-Recommends instead of
  458.       Aptitude::Recommends-Important to control whether
  459.       recommendations are automatically installed.  (Closes: #458189,
  460.       #448561) Old configurations will be migrated to the new
  461.       configuration option, if possible.
  462.  
  463.       Among other things, this means that --without-recommends works
  464.       again (it was broken when recommends handling moved to apt).
  465.  
  466.     * Ensure the resolver state is always synchronized with the
  467.       package cache, eliminating some cases where the resolver would
  468.       break or produce wrong answers. (Closes: #421395, #432411)
  469.  
  470.     * Don't crash at the command-line when displaying the version
  471.       numbers of packages being removed that don't have an
  472.       installation candidate; also, the version display for removed
  473.       packages is now meaningful. (Closes: #459336)
  474.  
  475.     * Don't crash at the command-line when displaying the version
  476.       numbers of packages in the ConfigFiles state that are being
  477.       purged; instead, display "Config Files" as the removed
  478.       version. (Closes: #461669)
  479.  
  480.       As a side note: the code in question has been adjusted to be
  481.       robust against bad version pointers, and should display "??"
  482.       instead.  If you see this, it's a bug, but at least aptitude
  483.       won't crash in this case.
  484.  
  485.     * Don't crash in "aptitude update" when the package lists can't be
  486.       parsed for some reason; instead just go ahead and download new
  487.       ones. (Closes: #468751)
  488.  
  489.   + Documentation bugs:
  490.  
  491.     * Fix the documented default keybinding for PrevPage.
  492.  
  493.     * The documentation of searching has been substantially rewritten,
  494.       and is hopefully much more useful now.  In particular, there's
  495.       more information about how versions are handled, and a concise
  496.       table listing all the search expressions supported by aptitude.
  497.  
  498.     * Document some of the files aptitude uses in a FILES section in
  499.       the manpage (Closes: #470839).
  500.  
  501.   + Translation updates:
  502.  
  503.     * Basque
  504.  
  505.     * French
  506.  
  507.        - Christian Perrier: Fix the use of quote in the French
  508.          translation (Closes: #460808).
  509.  
  510.     * Galician
  511.  
  512.     * German (thanks to Jens Seidel)
  513.  
  514.     * Japanese (thanks to Noritada Kobayashi)
  515.  
  516.     * Norwegian Bokm├Ñl
  517.  
  518.     * Portuguese
  519.  
  520.     * Romanian (thanks to Eddy Petri╚Öor)
  521.  
  522.     * Russian
  523.  
  524.     * Simplified Chinese
  525.  
  526.     * Slovak
  527.  
  528.     * Spanish
  529.  
  530.     * Vietnamese
  531.  
  532. [12/15/2007]
  533. Version 0.4.10                              "Oscillating Reindeer"
  534.  
  535. - New features:
  536.  
  537.   * In command-line mode, if the resolver fails to produce a solution
  538.     for whatever reason, then instead of aborting the program entirely
  539.     aptitude will now display a prompt at which you can fix the
  540.     dependency problems by hand.  Enter "r" at this prompt to try to
  541.     automatically fix dependencies again.
  542.  
  543.   * safe-upgrade will now install new packages to fulfill dependences
  544.     (but it will never remove packages, downgrade packages, or install
  545.     a version that's not the default).  The option --no-new-installs
  546.     will disable this behavior.
  547.  
  548.   * Updates and commands that install, remove, or upgrade packages
  549.     will now display a brief summary of what changed.  For instance:
  550.  
  551.        There are now 64 updates [+10], 3 new [+1].
  552.  
  553.     Unfortunately, this change requires reading the cache after an
  554.     update is complete.  Passing -q will disable this behavior, but
  555.     also make the update progress bar less attractive.  More work on
  556.     resolving this tension between features and performance remains to
  557.     be done.
  558.  
  559.   * Add an option --allow-untrusted to override trust warnings.
  560.     (Closes: #452201, #452541)
  561.  
  562.   * Recommended packages are now hidden if quiet mode is enabled.
  563.     (Closes: #452202)
  564.  
  565.   * The options Aptitude::ProblemResolver::Trace-File and
  566.     Aptitude::ProblemResolver::Trace-Directory allow you to generate a
  567.     minimal cut of the cache that allows a problem resolver run to be
  568.     reproduced.  The eventual aim is both to simplify bug reporting
  569.     and to generate a corpus of automatic test cases for the resolver
  570.     (although more work needs to be done to accomplish the latter).
  571.  
  572.   * When run in command-line mode, instead of displaying many separate
  573.     and sometimes duplicative groups of packages (e.g.: installed,
  574.     auto-installed, auto-installed in a light cream sauce, etc),
  575.     aptitude displays packages in a few exclusive categories and uses
  576.     tags (like the existing "purge" tag) to provide more state
  577.     information.  For instance:
  578.  
  579.       $ aptitude -s install wesnoth
  580.       The following NEW packages will be installed:
  581.         wesnoth wesnoth-data{a} wesnoth-music{a}
  582.       $ aptitude -s remove freeciv-data
  583.           (... dependency resolution ...)
  584.       The following packages will be REMOVED:
  585.         freeciv-client-gtk{a} freeciv-data freeciv-server{a} ggzcore-bin{u}
  586.         libggz-gtk1{u} libggz2{u} libggzcore9{u} libggzdmod6{u} libggzmod4{u}
  587.  
  588.     Here {a} indicates that a package was automatically installed or
  589.     removed, and {u} indicates that a package is being removed because
  590.     it is unused.  Hopefully this will be less confusing than the old
  591.     format.
  592.  
  593. - Bug fixes:
  594.  
  595.   + Crashes and serious errors:
  596.  
  597.     * Track down and fix a SEGV triggered on the first action after a
  598.       cache reload (sometimes).  There are multiple bugs where this
  599.       might have been the root cause, but it's confirmed that it was
  600.       the cause of at least #454695, #454700, #455349, and #453362.
  601.       Bug #455865 is almost certainly the same issue, and bug #352278
  602.       may be another manifestation of it.
  603.  
  604.     * If StepLimit is set to 0, refuse to solve dependencies instead
  605.       of going into an infinite loop.  (Closes: #451311)
  606.  
  607.   + Minor bugs:
  608.  
  609.     * Return a failing exit code after jumping from the command-line
  610.       to visual mode if the last install run failed. (Closes: #282408)
  611.  
  612.     * Return a failing exit code from "aptitude update" if any
  613.       download fails. (Closes: #233129)
  614.  
  615.   + Cosmetic and UI bugs:
  616.  
  617.     * In addition to Enter, Space will now activate checkboxes and
  618.       radio buttons. (Closes: #451765)
  619.  
  620.     * Abort the program if we get EOF at the resolver prompt instead
  621.       of claiming the resolver failed.
  622.  
  623.     * Command-line searches will now only print each result once.
  624.       (Closes: #450798)
  625.  
  626.   + Documentation bugs:
  627.  
  628.     * The options menu documentation now minimally describes the new
  629.       configuration interface.
  630.  
  631.     * The documentation of the configuration file options has been
  632.       placed back in alphabetic order after apparently suffering
  633.       bitrot over the years.
  634.  
  635.     * Corrected the documented default of Parse-Description-Bullets to
  636.       match reality.
  637.  
  638.     * The manpages for aptitude-create-state-bundle and
  639.       aptitude-run-state-bundle are now generated using DocBook, which
  640.       should produce higher-quality and more consistent typesetting,
  641.       as well as making the manpages more maintainable and allowing
  642.       translators to easily produce localized versions of the manpages.
  643.  
  644. - Internal changes:
  645.  
  646.   * Removed some unit tests that really tested cwidget.
  647.  
  648. - Translation updates:
  649.  
  650.   * French (Christian Perrier)
  651.  
  652. [11/17/2007]
  653. Version 0.4.9                               "Ow. Ow. Ow. Ow. Ow."
  654.  
  655. - New features:
  656.  
  657.   * Add a matcher ~o for obsolete/local packages. (Closes: #397547)
  658.  
  659. - Bug fixes:
  660.  
  661.   * Correctly set the name, description, and long description
  662.     of radio options. (Closes: #449138)
  663.  
  664.   * Don't remove *.gmo in distclean.  Apparently this causes trouble
  665.     for translations. (Closes: #451584, #441696)
  666.  
  667. [11/15/2007]
  668. Version 0.4.8                               "The fun never stops!"
  669.  
  670. This change removes the internal widget set, instead using the cwidget
  671. curses widget library (which just happens to provide all the same
  672. functionality as the aptitude widget set, imagine that).
  673.  
  674. - Bug fixes:
  675.  
  676.   + Cosmetic and UI bugs:
  677.  
  678.     * Interpret key names in the broken indicator as wide-character
  679.       strings; fixes actual display corruption on some platforms and
  680.       potential corruption on all platforms.  (Closes: #448753)
  681.  
  682. [10/30/2007]
  683. Version 0.4.7                               "Where did all these
  684.                                              balloons come from?
  685.                                              And why am I wearing
  686.                                              a fake nose?"
  687.  
  688. - New features:
  689.  
  690.   * The options dialogs have been completely replaced by a new
  691.     interface, based on a top-level list view.  This fixes many
  692.     deficiencies of the old interface: it handles long strings more
  693.     gracefully, avoids many of the focus-handling bugs that the old
  694.     dialogs had, and should generally be better-behaved.
  695.      (Closes: #197976, #331200, #424708)
  696.  
  697.   * Prompts that ask you to enter text will now wrap to multiple lines
  698.     when the text gets long, rather than hiding parts of the string.
  699.  
  700.   * The online help and other Help-menu items are now top-level views,
  701.     which should make them somewhat more usable. (Closes: #434349)
  702.  
  703.   * Support for the "Breaks" field and for trigger states (thanks to
  704.     Michael Vogt and Ian Jackson for patches and prodding).
  705.     (Closes: #438548)
  706.  
  707.   * Two new styles, "PkgDowngraded" and "PkgDowngradedHighlighted",
  708.     are provided to control how downgraded packages look.  By default
  709.     these packages look like any other installed package.
  710.     (Closes: #439924)
  711.  
  712.   * aptitude can now display homepage URLs stored in the Homepage
  713.     field of packages.  This requires a recent version of apt;
  714.     0.7.8 or better includes it.
  715.  
  716. - Bug fixes:
  717.  
  718.   + Crashes and serious errors:
  719.  
  720.     * When applying the resolver's output, only set the packages that
  721.       are newly installed to be automatic, rather than making
  722.       everything the resolver touches automatic.
  723.  
  724.     * Save and restore the automatic flag on packages that are not
  725.       not currently installed and that are being installed.
  726.         (Closes: #435079)
  727.  
  728.     * Fix the help generated when the user presses '?' at the prompt
  729.       to not segfault, and rewrite the code to avoid this bug in the
  730.       future (it was using a format string with a huge number of
  731.       placeholders; now it builds a list of the output lines
  732.       explicitly).
  733.  
  734.     * Eliminate a crash on startup caused by using a global pointer to
  735.       the cache in the package matching logic (which might be null)
  736.       instead of taking a valid pointer to the cache as a parameter.
  737.       This is necessary since the matcher might be invoked while the
  738.       cache is being loaded, e.g., to decide if a package should be
  739.       part of the root set.
  740.  
  741.   + Minor bugs:
  742.  
  743.     * Fix the 'pattern' grouping policy: it was inserting packages
  744.       into all the trees that matched, not just the first one.
  745.  
  746.     * Make removals and holds that occur later on the command-line
  747.       override earlier commands.
  748.  
  749.     * The debugging output from "why" no longer tries to dereference
  750.       invalid pointers or display multibyte strings as single-byte
  751.       strings. (Closes: #447290)
  752.  
  753.   + Cosmetic and UI bugs:
  754.  
  755.     * If the text in a column of the "why" output exceeds the column
  756.       width, the column will now wrap correctly onto the next line.
  757.  
  758.     * Auto-held and unconfigured packages no longer generate ?????? in
  759.       the aptitude log.
  760.  
  761.   + Documentation bugs:
  762.  
  763.     * Fix the documentation on aptitude development.  It now gives the
  764.       correct URL and version control system for the upstream
  765.       repository, and somewhat more actively solicits contributions.
  766.  
  767. - Translation updates:
  768.  
  769.   * Galician (Closes: #446620)
  770.   * Nepali
  771.   * Russian
  772.   * Spanish
  773.   * Swedish (Closes: #434643)
  774.  
  775. [7/25/2007]
  776. Version 0.4.6.1
  777.  
  778. - Minor bugfix to include the new scripts/manpages that didn't get
  779.   distributed with the previous release.
  780.  
  781. [7/25/2007]
  782. Version 0.4.6                               "He who works and works
  783.                                              all day, gets to work
  784.                                              another day."
  785.  
  786. - New features:
  787.  
  788.   * Added two programs, aptitude-create-state-bundle(1) and
  789.     aptitude-run-state-bundle(1), to eliminate some of the drudgery
  790.     involved in collecting apt state and running aptitude with a state
  791.     snapshot.
  792.  
  793.   * "why" output is now available in visual mode (hit 'i' to cycle
  794.     through informational displays).  The formatting and styling are
  795.     pretty awful in this release.
  796.  
  797. - Bug fixes:
  798.  
  799.   + Crashes and serious errors:
  800.  
  801.     * Handle EINTR from select() better; thanks to Ji┼Ö├¡ Pale─ìek for
  802.       tracking this down. (Closes: #431054, #431688, #432323)
  803.  
  804.       Note that there is still a race condition lurking here, although
  805.       it's almost impossible to trigger it.  The next release should
  806.       eliminate it, though.
  807.  
  808.     * Run mark-and-sweep on startup, to initialize apt's auto flags.
  809.       This should prevent aptitude from losing the auto flag when a
  810.       package is marked for upgrade. (Closes: #432017)
  811.  
  812.     * Don't crash on startup when something goes wrong early in the
  813.       initialization process (e.g., when the cache is locked;
  814.       Closes: #430061).
  815.  
  816.   + Minor bugs:
  817.  
  818.     * Disable unused-package removal if Delete-Unused is false.
  819.       (Closes: #431716)
  820.  
  821.   + Cosmetic and UI bugs:
  822.  
  823.     * Don't garble descriptions in non-UTF8 locales. (Closes: #432911)
  824.  
  825.     * Hopefully fixed the problem that was garbling the startup
  826.       progress indicator.
  827.  
  828.     * Eliminate another bogus error about a supposedly locked cache.
  829.       (Closes: #431909)
  830.  
  831.   + Documentation bugs:
  832.  
  833.     * Fix the manpage's metainformation so that the footer gets
  834.       generated.
  835.  
  836.   + Potential bugs:
  837.  
  838.     * Handle some unusual cases where the resolver could dereference
  839.       invalid pointers (no bugs reported).
  840.  
  841.     * Added code to recover with an error if apt improperly marks a
  842.       dependency as broken.
  843.  
  844. - Translation updates:
  845.  
  846.   * Basque (Closes: #432535)
  847.   * Dzongkha
  848.   * French
  849.   * Vietnamese (Closes: #432283)
  850.  
  851. [7/3/2007]
  852. Version 0.4.5.4                             "Oh my God,
  853.                                              THEY KILLED LENNY!
  854.                                              (actually, it was sid,
  855.                                               but I wanted to say that)"
  856.  
  857. - New features:
  858.  
  859.   * Expose the "why" command from the command-line Y/n prompt.  Typing
  860.     "w <args>" will invoke "why <args>".  The resolver prompt doesn't
  861.     support this, maybe it should?
  862.  
  863. - Bug fixes:
  864.  
  865.   + Crashes and serious errors:
  866.  
  867.     * Eliminate a bounds error that was crashing the vs_editline.
  868.       (Closes: #429673)
  869.  
  870.   + Minor bugs:
  871.  
  872.     * Force aptitude to write out a state cache the first time it
  873.       runs.  Without this change, it won't know which packages are
  874.       "new" until after the first time the user installs something.
  875.       (Closes: #429732)
  876.  
  877.   + Build system fixes:
  878.  
  879.     * Add a configure check for the new apt, so users get more
  880.       sensible build errors with incompatible apts.
  881.  
  882.     * Have 'make clean' remove autogenerated XML files, so they don't
  883.       show up in the Debian diff.
  884.  
  885. - Translation updates:
  886.  
  887.   * Basque (Closes: #418862)
  888.   * Galician (Closes: #429504)
  889.   * Vietnamese (Closes: #429447)
  890.  
  891. [6/17/2007]
  892. Version 0.4.5.3                             "The Long Dark Tea-Time
  893.                                              Of The Code"
  894.  
  895. - New features:
  896.  
  897.   * Added two commands "aptitude why" and "aptitude why-not" that
  898.     provide explanations of why a package is, must be, should be, or
  899.     must not be installed on your system.  They are not complete, by
  900.     which I mean that they can't always provide the most useful
  901.     justification, but they should answer a lot of questions that I
  902.     hear people asking regularly.
  903.  
  904. - Bug fixes:
  905.  
  906.   + Crashes and serious errors:
  907.  
  908.     * Eliminate a nasty race that was probably the cause of corrupted
  909.       output on some dual-core systems. (Closes: #414838, #406193)
  910.  
  911.     * Fix a bug that could cause aptitude to try to remove a package
  912.       that it had already removed. (Closes: #429388) This can't be
  913.       totally eliminated without help from dpkg, but hopefully this
  914.       fix will make the problem much more difficult to trigger.
  915.  
  916.       Unfortunately, the fix also means that aptitude has to perform a
  917.       save/load cycle after installing packages to make sure that
  918.       everything is consistent.
  919.  
  920.     * Allow "keep" actions to be undone.
  921.  
  922.     * Don't consider every removed package to be an unused package.
  923.  
  924.     * Clear the broken package indicator when the user undoes an
  925.       action.
  926.  
  927.     * Fix build errors on other architectures. (Closes: #429348)
  928.  
  929.     * Set packages to manual mode when the user cancels their removal.
  930.       (Closes: #429271)
  931.  
  932.     * Fix compile bugs with g++-4.3. (Closes: #413488)
  933.  
  934.  
  935. [6/15/2007]
  936. Version 0.4.5.2                             "To ook is human,
  937.                                              to meow feline"
  938.  
  939. - Bug fixes:
  940.  
  941.   * Multiple minor bugs introduced by the patches to support apt's
  942.     auto-marking were fixed.
  943.     - Packages kept at their current version by applying a solution
  944.       no longer get their hold flags turned on.
  945.     - Packages that are installed by a solution get their auto-installed
  946.       flag set.
  947.     - Applying a solution updates the resolver state (so the error
  948.       bar doesn't stick around until you change a package's state
  949.       by hand).
  950.  
  951.   * Fixed a broken cross-reference in the manpage.
  952.  
  953. [6/15/2007]
  954. Version 0.4.5.1                             "Nothing could possibly go
  955.                                              wrAAAAAAAAAAaaaa..."
  956.  
  957. - New features:
  958.  
  959.   * aptitude now uses apt's central database to track which packages
  960.     are auto-installed.  Aptitude's own list of automatic packages
  961.     will be merged into the global list the first time that aptitude
  962.     is run.
  963.  
  964.   * Packages that are not fully configured are now listed in aptitude's
  965.     preview, and aptitude will let you do an install run if there are
  966.     unconfigured packages but nothing to install/remove. (Closes: #424709)
  967.  
  968. - Translation updates:
  969.  
  970.   * French (Closes: #428585, #428826)
  971.   * Portuguese (Closes: #425779)
  972.   * Vietnamese (Closes: #426976)
  973.  
  974. [5/14/2007]
  975. Version 0.4.5                               "Confused Cockroach"
  976.  
  977. - New features:
  978.  
  979.   * For standard string prompts, the default is now initially
  980.     displayed, but erased if the user starts out by inserting a new
  981.     character.
  982.  
  983.   * 'N' now repeats the last search in the opposite direction (as
  984.     opposed to 'n', which repeats it in the same direction).
  985.     (Closes: #414020, #397880)
  986.  
  987.   * aptitude now recognizes Apt::Get::AllowUnauthenticated as a
  988.     synonym for Aptitude::Ignore-Trust-Violations. (Closes: #411927)
  989.  
  990.   * Fix the handling of dselect/dpkg state.  Previously, mixing the
  991.     command-line and visual modes of operation could result in
  992.     aptitude thinking it should remove a package that was actually
  993.     installed on your system.  This was especially nasty since the
  994.     Debian installer tripped this condition, leaving people with a
  995.     broken initial system.  Ow.  (Closes: #411123)
  996.  
  997.   * Added a config option "Aptitude::CmdLine::Resolver-Show-Steps",
  998.     which causes the dependency resolver to default to displaying its
  999.     output as a list of individual resolutions, rather than a list
  1000.     organized by the type of change that will be made. (equivalent to
  1001.     pressing "o" at the first resolver prompt)
  1002.  
  1003.   * Added "safe-upgrade" and "full-upgrade" as synonyms for "upgrade"
  1004.     and "dist-upgrade" respectively.  The goal here is to eliminate
  1005.     massive confusion about what these commands actually do.
  1006.     "upgrade", in particular, is now deprecated ("dist-upgrade"
  1007.     probably has too much currency to kill off, but hopefully people
  1008.     will at least be rid of the notion that it's exclusively for
  1009.     whole-distribution upgrades).
  1010.  
  1011.   * The option "Aptitude::Get-Root-Command" can be used to choose how
  1012.     aptitude tries to gain root privileges.  It defaults to "su";
  1013.     setting it to "sudo" will choose that program, and other programs
  1014.     can also be chosen (see the user's manual for details).
  1015.  
  1016.  
  1017. - Bug fixes:
  1018.  
  1019.   + Crashes and serious errors:
  1020.  
  1021.     * Improve the internal consistency of aptitude's reduction of the
  1022.       apt dependency graph.  As part of this change, a new
  1023.       (undocumented, primarily for debug purposes) command-line action
  1024.       "check-resolver" was added; it verifies empirically that the
  1025.       dependency structure obeys the invariants that it's expected to
  1026.       obey (for instance, that all forward dependencies have a
  1027.       corresponding reverse dependency).
  1028.  
  1029.       In addition to a number of harmless discrepancies, this flushed
  1030.       out the forward/reverse dependency mismatch that was causing
  1031.       crashes in the resolver. (Closes: #420358, #420381, #420407).
  1032.  
  1033.       Note that check-resolver only verifies *internal* properties of
  1034.       the resolver's model; it doesn't verify that the model
  1035.       faithfully represents the dependency problem posed by the apt
  1036.       package database.
  1037.  
  1038.     * Don't crash on amd64 and other architectures where va_args
  1039.       structures can't be reused.  This is an old bug; it was turned
  1040.       up by a new test for ssprintf.
  1041.  
  1042.     * Increase the default value of StepScore to 70 and improve its
  1043.       documentation.  This should make it much less likely that the
  1044.       resolver wanders off into lala land trying to solve dependency
  1045.       problems. (Closes: #418385)
  1046.  
  1047.     * When --without-recommends is passed at the command-line,
  1048.       automatically enable Keep-Recommends at the same time we disable
  1049.       Recommends-Important, so we don't automatically remove half the
  1050.       user's system. (Closes: #143532)
  1051.  
  1052.     * Fix an internal sprintf variant to produce correct output (the
  1053.       previous code was safe, just wrong; it safely produced a buffer
  1054.       of the correct size, then truncated it to its initial buffer
  1055.       size).
  1056.  
  1057.     * If the dependency resolver throws an exception, catch it and
  1058.       handle it as cleanly as possible, rather than unceremoniously
  1059.       exploding.
  1060.  
  1061.     * Don't block signals when running dpkg after a package install
  1062.       failed, and tell dpkg not to use TSTP in this circumstance.
  1063.       This tended to cause horrible breakage of dpkg's
  1064.       auto-backgrounding (the "Z" conffile prompt option).
  1065.       (Closes: #367052)
  1066.  
  1067.     * Fix a crash that occurred when generating a revdep-count column
  1068.       for some virtual packages. (Closes: #420405)
  1069.  
  1070.     * Don't abort() if something tries to display a progress
  1071.       percentage that's not strictly between 0 and 100. (Closes: #425145)
  1072.  
  1073.   + Cosmetic and UI bugs:
  1074.  
  1075.     * If a package is both "new" and "upgradable", place it in the
  1076.       "upgradable packages" list instead of the "new packages list",
  1077.       since this seems to be the path of least confusion. (Closes:
  1078.       #419999)
  1079.  
  1080.     * Try to include more information when an internal consistency
  1081.       check is triggered (e.g., the dependency that the program was
  1082.       looking at).
  1083.  
  1084.     * Only print an error about being unable to acquire a lock after
  1085.       downloading when an error actually occurred during the call to
  1086.       GetLock(); this message was getting triggered by stray errors
  1087.       from methods invoked earlier in the download/install
  1088.       process. (Closes: #422700)
  1089.  
  1090.     * Don't ever display more than one "really quit?" dialog box, so
  1091.       people who hold down the "q" key don't have to also hold down
  1092.       "n". (Closes: #411158)
  1093.  
  1094.     * When writing out the aptitude state file, open it mode 0644 and
  1095.       explicitly chmod it to mode 0644, so it doesn't start out
  1096.       world-writable, but ends up group- and world-readable even if
  1097.       root has a more restrictive imask.  pkgstates isn't
  1098.       security-sensitive, and aptitude produces surprising results if
  1099.       it can't read this file.  If you really need to hide pkgstates
  1100.       from non-root users for some reason, you can chmod -x the
  1101.       directory /var/lib/aptitude.
  1102.  
  1103.       (Closes: #41809, #421811)
  1104.  
  1105.     * If a command (e.g., update) takes no arguments, aptitude will
  1106.       produce an error if it receives arguments. (Closes: #411152)
  1107.  
  1108.     * Write "[Enter]" instead of "enter" in the media-change prompt,
  1109.       to make it clear that the user should press the key of that
  1110.       name. (Closes: #414777)
  1111.  
  1112.     * Remove *.gmo in distclean, so the Debian package can be built
  1113.       twice in a row. (Closes: #424102)
  1114.  
  1115.   + Potential bugs:
  1116.  
  1117.     * Delete some internal cache arrays using operator delete[]
  1118.       instead of operator delete.
  1119.  
  1120.     * Initialize package selection states to the Unknown state
  1121.       explicitly.
  1122.  
  1123.   + Documentation:
  1124.  
  1125.     * Fix the docbook encoding of the users manual and manpages.
  1126.  
  1127.     * Fix an error in the DocBook code of the manual page that caused
  1128.       the AUTHOR section to appear twice.
  1129.  
  1130.     * Fix how bolding is applied to literal elements in the manpage,
  1131.       so that the manpages are no longer screwed up.
  1132.          (Closes: #415468, #416232)
  1133.  
  1134.     * Users manual corrections (thanks to Noritada Kobayashi for
  1135.       patches).
  1136.  
  1137.     * Improve the description of the Recommends-Important,
  1138.       Keep-Recommends, and Keep-Suggests: clean up the language and
  1139.       try to make their precise behavior clearer.  Thanks to Stefan
  1140.       Kangas for the initial suggestion. (Closes: #405002)
  1141.  
  1142.     * Try to make it clearer in both the manpage and the user's manual
  1143.       that "aptitude search" does an implicit OR on its command-line
  1144.       parameters, rather than an implicit AND. (arguably it SHOULD do
  1145.       an "AND", but it's probably too late to change this now)
  1146.  
  1147.     * Add some commands to the online help that weren't previously
  1148.       documented. (Closes: #402360)
  1149.  
  1150.     * Fix misaligned items in the online help. (Closes: #399048)
  1151.  
  1152. - Translation updates:
  1153.  
  1154.   * Task group names localized.
  1155.  
  1156.   * Basque (Closes: #418862)
  1157.  
  1158.   * Catalan (Closes: #353308)
  1159.  
  1160.   * Chinese (Simplified) (Closes: #405166)
  1161.  
  1162.   * Chinese (Traditional) (Closes: #338056, #418139)
  1163.  
  1164.   * Danish (Closes: #409480)
  1165.  
  1166.   * Finnish (Closes: #392305)
  1167.  
  1168.   * French (Closes: #403561, #388504)
  1169.  
  1170.   * Galacian (Closes: #412829, #425358)
  1171.  
  1172.   * Greek
  1173.  
  1174.   * Hungarian (Closes: #405550)
  1175.  
  1176.   * Japanese users manual added.
  1177.  
  1178.   * Marathi (Closes: #416807)
  1179.  
  1180.   * Nepali (Closes: #452278)
  1181.  
  1182.   * Portuguese (Closes: #418940)
  1183.  
  1184.   * Romanian (Closes: #415763)
  1185.  
  1186.   * Slovak (Closes: #401105)
  1187.  
  1188.   * Spanish (Closes: #416339)
  1189.  
  1190.   * Ukranian (Closes: #415448)
  1191.  
  1192. [10/26/2006]
  1193. Version 0.4.4                           "I shall smite you with my
  1194.                                          Ultimate Power of Cuteness!"
  1195. - New features:
  1196.  
  1197.   * "unhold" now just clears the hold flag; it doesn't try to upgrade
  1198.     the package that was just unheld.
  1199.  
  1200.   * The grammar used to parse bulleted lists has changed.  Full stops
  1201.     are no longer considered to be paragraph breaks or otherwise
  1202.     significant unless they are indented by exactly one space (i.e.,
  1203.     unless they are significant in the standard grammar).
  1204.  
  1205.     A second change introduced by this patch is that a full stop by
  1206.     itself on a line no longer terminates a bullet list; the list will
  1207.     continue as long as the text after the paragraph break is indented
  1208.     at the same level as the rest of the list.
  1209.  
  1210.     This fixes some cases where aptitude badly mangled descriptions
  1211.     that used to work, and means I feel safe re-enabling bullets by
  1212.     default. (Closes: #388594)
  1213.  
  1214. - Bug fixes:
  1215.  
  1216.   * By default, don't remove Linux kernel images that are unused.
  1217.     (Closes: #386307)
  1218.  
  1219.   * Generate a more useful error message for corrupted or unverifiable
  1220.     file downloads. (Closes: #387537)
  1221.  
  1222.   * Fix minibuffer messages so that they go away when you press a
  1223.     key. (Closes: #395201)
  1224.  
  1225.   * Apparently time is allowed to go backwards, so don't assert that
  1226.     it doesn't in the test suite. (Closes: #381481)
  1227.  
  1228.   * Document what "unhold" does. (Closes: #387336)
  1229.  
  1230.   * Consistently use <literal> instead of <option> to mark up
  1231.     command-line options. (Closes: #388502)
  1232.  
  1233.   * Force the package selected by a search to be at the top of the
  1234.     screen, so that it's visible underneath the search dialog.
  1235.     (Closes: #389763)
  1236.  
  1237.   * Change the progress indicator to be less visually distracting:
  1238.     instead of flashing yellow and blue, just display the operation
  1239.     name and the current progress. (Closes: #390971)
  1240.  
  1241.   * Unblock all signals before running dpkg, and restore the signal
  1242.     mask afterwards.  This should probably be done in libapt, but it
  1243.     isn't. (Closes: #392870)
  1244.  
  1245.   * When abbreviating dependency types in the command-line preview
  1246.     (e.g., "Depends" or "Recommends"), use the first *character*, not
  1247.     the first *byte*; this fixes the preview in multibyte
  1248.     locales. (Closes: #395007)
  1249.  
  1250.   * Fix iteration over a package's reverse dependencies when it has
  1251.     only indirect dependencies (dependencies through a virtual
  1252.     package).  Among other things, this means that packages which were
  1253.     getting left out of the list of "suggested/recommended packages
  1254.     not being installed" will show up correctly.
  1255.  
  1256.   * When "aptitude show" is given a pattern as its argument, show all
  1257.     packages that match the argument, not just the "first" one.
  1258.     Thanks to Martin Dorey for this patch.
  1259.  
  1260.   * Delay auto-resolving dependencies when installing packages from
  1261.     the command line, so that unnecessary stuff doesn't get installed
  1262.     when packages listed later are non-default alternatives of a
  1263.     dependency of an earlier package.
  1264.  
  1265.   * Correct the default value of Request-Strictness to match the value
  1266.     that it was set to in 0.4.3.
  1267.  
  1268.   * Fix the manpage's reference to the HTML documentation to point to
  1269.     the right location.
  1270.  
  1271.   * Shorten the manpage's title so that it fits into the fixed-width
  1272.     field that "man" uses.
  1273.  
  1274.   * Fixes for a bunch of documentation typos from Kobayashi Noritada
  1275.     (Closes: #389942).
  1276.  
  1277.   * Close a very minor memory leak in "aptitude show".
  1278.  
  1279. - Translation updates:
  1280.  
  1281.   * Arabic
  1282.  
  1283.   * Basque (Closes: #389730)
  1284.  
  1285.   * Brazilian (Closes: #387734)
  1286.  
  1287.   * Catalan
  1288.  
  1289.   * Chinese (Simplified) (Closes: #392305)
  1290.  
  1291.   * Chinese (Traditional)
  1292.  
  1293.   * Czech (Closes: #361050)
  1294.  
  1295.   * Danish
  1296.  
  1297.   * Dutch (Closes: #393643)
  1298.  
  1299.   * Dzongkha (Closes: #388045)
  1300.  
  1301.   * Finnish (Closes: #351531)
  1302.  
  1303.   * French (Closes: #388552, #351531)
  1304.  
  1305.   * Galacian (Closes: #387579)
  1306.  
  1307.   * German
  1308.  
  1309.   * Hungarian
  1310.  
  1311.   * Italian
  1312.  
  1313.   * Japanese (Closes: #389581, #389583, #390736, #391061)
  1314.  
  1315.   * Khmer (Closes: #374919)
  1316.  
  1317.   * Kurdish (Closes: #387803)
  1318.  
  1319.   * Norwegian Bokmal (Closes: #391684)
  1320.  
  1321.   * Portuguese (Closes: #393070)
  1322.  
  1323.   * Romanian (Closes: #388401)
  1324.  
  1325.   * Russian (Closes: #392305)
  1326.  
  1327.   * Slovak (Closes: #386852, #394696)
  1328.  
  1329.   * Spanish (Closes: #391663)
  1330.  
  1331.   * Swedish (Closes: #391531)
  1332.  
  1333.   * Turkish (Closes: #392305)
  1334.  
  1335.   * Vietnamese (Closes: #388552, #392903, #392924)
  1336.  
  1337. [9/3/2006]
  1338. Version 0.4.3                           "Everyone loves kittens"
  1339. - New features:
  1340.  
  1341.   * Request-Strictness is now set to 10000 by default.  This should
  1342.     cause the internal problem resolver to produce more sensible
  1343.     solutions when run from the command-line. (Closes: #385453)
  1344.  
  1345. - Bug fixes:
  1346.  
  1347.   * Don't crash when trying to display text in the internal pager in
  1348.     which a tab character appears in a column that is not a multiple
  1349.     of 8. (Closes: #383488, #383549)
  1350.  
  1351.   * Don't crash after su-ing to root. (Closes: #382090)
  1352.  
  1353.   * Don't crash when saving the state while a non-default version of a
  1354.     package that has no default version at all (e.g., exists only in
  1355.     experimental) is selected for installation. (Closes: #383767, #384136)
  1356.  
  1357.   * Eliminate duplicate entries from the "provided by" list displayed
  1358.     by "aptitude show". (Closes: #384001)
  1359.  
  1360.   * Grotesquely hack around ugly behavior in 256-color terms by
  1361.     limiting the maximum number of foreground/background colors to 8.
  1362.     (Closes: #384699)
  1363.  
  1364.   * Fix the incorrect claim in the documentation that "l" is the
  1365.     shortcut to remove the limit from the display.
  1366.  
  1367.   * Make the in-menu hotkey for "mark upgradable" not conflict with
  1368.     "update package list".
  1369.  
  1370.   * Use groff escapes for extended characters when generating manpages
  1371.     so that they look better in non-English locales. (Closes: #383463)
  1372.  
  1373.   * Use the built-in Docbook XSLT templates to italicise <replacable>
  1374.     tags in manpages.  This is asserted to produce more correct
  1375.     output.
  1376.  
  1377. - Translation updates:
  1378.  
  1379.   * Dzongkha (Closes: #382606)
  1380.  
  1381.   * French
  1382.  
  1383.   * Galician (Closes: #381989)
  1384.  
  1385.   * German
  1386.  
  1387.   * Hungarian (Closes: #383584)
  1388.  
  1389.   * Khmer (Closes: #374919)
  1390.  
  1391.   * Swedish (Closes: #382992, #383630)
  1392.  
  1393.   * Vietnamese (Closes: #382333, #383586)
  1394.  
  1395. [7/31/2006]
  1396. Version 0.4.2                           "Rock on, Monkeyverse"
  1397. - New features:
  1398.  
  1399.   * Added a command to cancel all pending actions from the full-screen
  1400.     UI (an analogue of "keep-all" at the command line).
  1401.  
  1402.   * Added an option "Aptitude::UI::ViewTabs" that controls whether the
  1403.     "tabs" at the top of the screen are displayed. (Closes: #344569)
  1404.  
  1405.   * Make the lockfile default to /var/lock/aptitude as per
  1406.     FHS. (Closes: #160418)
  1407.  
  1408.   * Add support for searching in the on-line user's manual.
  1409.     (Closes: #364306)
  1410.  
  1411. - Bug fixes:
  1412.  
  1413.   * Fix compilation errors with gcc 4.1. (Closes: #357557)
  1414.  
  1415.   * Fix compilation errors with gcc 4.2. (Closes: #369382)
  1416.  
  1417.   * Fix crashes that occurred during update (and perhaps install)
  1418.     operations if a problem resolver was active.
  1419.     (Closes: #346380, #348541, #348481, #376573)
  1420.  
  1421.   * Don't crash when trying to install packages off multiple
  1422.     CDs. (Closes: #349869)
  1423.  
  1424.   * Handle NULLs being returned from get_changelog_from_source
  1425.     (Closes: #343488).
  1426.  
  1427.   * Don't crash when moving the selection up if the current selection
  1428.     is invalid (Closes: #343676).
  1429.  
  1430.   * Disable bullet-detection by default, since it is
  1431.     backwards-incompatible in a bad way that cannot be easily solved.
  1432.     (Closes: #373888)
  1433.  
  1434.   * Make bullet-detection better defined by requiring exactly one
  1435.     space after the bullet (subsequent spaces cause lines to be
  1436.     literally formatted; without this, literal lines in bulleted
  1437.     paragraphs aren't possible).
  1438.  
  1439.   * Make the behavior of "aptitude show" more intuitive: state
  1440.     information corresponds to the Version displayed, and the current
  1441.     version is selected by default if the package is
  1442.     currently installed. (Closes: #375393, #372796)
  1443.  
  1444.   * Use PTHREAD_MUTEX_RECURSIVE instead of PTHREAD_MUTEX_RECURSIVE_NP
  1445.     so we compile on the Hurd (Closes: #361439).
  1446.  
  1447.   * Fix saving/restoring states when a non-default version is being
  1448.     freshly installed.
  1449.  
  1450.   * Correct how the progress indicator is updated when rebuilding the
  1451.     cache.
  1452.  
  1453.   * Don't read the package lists on startup when they're about to be
  1454.     discarded to download new ones. (Closes: #366884)
  1455.  
  1456.   * Fix incorrect behavior in the command-line changelog routine,
  1457.     triggered by pending errors that weren't being dumped.
  1458.     (Closes: #379903)
  1459.  
  1460.   * Fix several places where error reporting via Errno was broken.
  1461.     (Closes: #350264)
  1462.  
  1463.   * Correctly handle scrollbar updates after resizing text layouts.
  1464.     (Closes: #347445)
  1465.  
  1466.   * Fix how the internal pager renders tabs. (Closes: #351323)
  1467.  
  1468.   * Remove the pkgAcqFileSane class; the functionality it provides is
  1469.     now available in libapt -- and better implemented, so this
  1470.     (Closes: #299127).
  1471.  
  1472.   * Use correct xml in the manual.
  1473.  
  1474.   * Add a (non-default) target to build printable documentation.
  1475.  
  1476.   * Use UTF-8 to output the manpage.
  1477.  
  1478. - Translation updates:
  1479.  
  1480.   * Add some plural form support.
  1481.  
  1482.   * Fix the P_() localization macro.
  1483.  
  1484.   * Use po4a for the manual. (Closes: #351643)
  1485.  
  1486.   * Basque (Closes: #349500, #275704, #349500)
  1487.  
  1488.   * Brazillian (Closes: #363905)
  1489.  
  1490.   * Catalan (Closes: #345226, #363648)
  1491.  
  1492.   * Chinese (Simplified) (Closes: #347311, 355689)
  1493.  
  1494.   * Czech (Closes: #345345, #349427)
  1495.  
  1496.   * Danish
  1497.  
  1498.   * Dutch (Closes: #350118, #364471)
  1499.  
  1500.   * Dzongkha
  1501.  
  1502.   * Finnish
  1503.  
  1504.   * French (Closes: #344078, 343748)
  1505.  
  1506.   * Galacian (Closes: #344380, #355586, #373893)
  1507.  
  1508.   * German (Closes: #330226, #351557)
  1509.  
  1510.   * Greek (Closes: #344630)
  1511.  
  1512.   * Hungarian (Closes: #354844)
  1513.  
  1514.   * Italian
  1515.  
  1516.   * Japanese (Closes: #364621)
  1517.  
  1518.   * Nepali (Closes: #372861)
  1519.  
  1520.   * Norwegian
  1521.  
  1522.   * Polish (Closes: #338989)
  1523.  
  1524.   * Portuguese (Closes: #364186)
  1525.  
  1526.   * Romanian (Closes: #362927, #375327)
  1527.  
  1528.   * Russian (Closes: #349161, #366523, #376340)
  1529.  
  1530.     + Increased the field width for download size/disk usage to avoid
  1531.       clipping.
  1532.  
  1533.   * Slovak (Closes: #351839, #353449, #356396)
  1534.  
  1535.   * Spanish
  1536.  
  1537.   * Swedish (Closes: #345372, #363660, #374207)
  1538.  
  1539.   * Vietnamese (Closes: #341924, #343850, #375089)
  1540.  
  1541. [12/8/2005]
  1542. Version 0.4.1                           "Divers Alarums"
  1543. - New features:
  1544.  
  1545.   * Assertion failures should print the failing assertion after
  1546.     shutting down curses rather than before.
  1547.  
  1548.   * The --purge-unused option is now provided as a synonym for
  1549.     -o Aptitude::Purge-Unused=true.
  1550.  
  1551.   * aptitude will now support ddtp if it is compiled against a version
  1552.     of apt that supports ddtp.
  1553.  
  1554.   * Setting the Aptitude::Cmdline::Resolver-Dump option to a filename
  1555.     will cause the command-line mode of the program to dump a snapshot
  1556.     of the resolver state to that file before attempting to resolve
  1557.     dependencies.
  1558.  
  1559.   * Setting the Aptitude::GC-Debug option will cause the garbage
  1560.     collector to print voluminous debugging information as it searches
  1561.     for unused packages.
  1562.  
  1563. - Bug fixes:
  1564.  
  1565.   * Eliminate two deadlocks caused by the background resolver thread
  1566.     trying to wait for itself. (Closes: #340067, #342319)
  1567.  
  1568.   * Never select a version that was removed but not purged and is no
  1569.     longer available as a candidate version. (Closes: #340385)
  1570.  
  1571.   * Eliminate a corner case where the resolver could produce solutions
  1572.     that were supersets of previous solutions.
  1573.  
  1574.   * If an EOF is encountered while waiting for a media-change from the
  1575.     command-line, signal media change failure instead of aborting.
  1576.  
  1577.   * Don't ever use the minibuffer to display the list of packages
  1578.     adjusted by the resolver (Closes: #341292).
  1579.  
  1580.   * If the menu bar is auto-hidden, don't automatically unhide it when
  1581.     the user clicks in the first row of the display; instead, pass the
  1582.     clicks to the sub-widget. (Closes: #341475)
  1583.  
  1584.   * Enable colors on terminals where COLOR_PAIRS < COLORS*COLORS but
  1585.     COLOR_PAIRS >= 64.
  1586.  
  1587.   * Honor -y when the resolver runs out of time at the command-line.
  1588.  
  1589.   * Make "cancel" at the "download complete" dialog actually cancel.
  1590.  
  1591.   * Fix a portability bug due to cross-platform variation in the
  1592.     members of sigaction (Closes: #337536)
  1593.  
  1594.   * Fix how keybindings are parsed: keybinding names are now
  1595.     case-insensitive and single-character keybindings are parsed
  1596.     correctly. (Closes: #339131)
  1597.  
  1598.   * Add spaces after various minibuffer prompts.
  1599.  
  1600.   * Add a link from the search patterns documentation to the
  1601.     command-line reference.
  1602.  
  1603.   * When saving the package states, properly handle the case in which
  1604.     the state file didn't previously exist. (Closes: #337869)
  1605.  
  1606.   * Don't segfault when the user updates the package lists while a
  1607.     solution examiner is open. (Closes: #338441)
  1608.  
  1609.   * Trust any package version for which at least one source is trusted
  1610.     (Closes: #337982).
  1611.  
  1612.   * Work around apt bug #339533 to avoid an aptitude
  1613.     segfault. (Closes: #339648)
  1614.  
  1615.   * Fixed the assertion failure message printed when an inconsistency
  1616.     is detected because a supposedly broken dependency isn't broken (it was incorrect).
  1617.  
  1618.   * If a --schedule-only operation fails, print any errors that
  1619.     occurred before exiting.
  1620.  
  1621.   * Document the new backslash behavior in help.txt. (Closes: #337810)
  1622.  
  1623.   * Document that "default" can be used as a background color.
  1624.  
  1625.   * Correct the names of the problem-resolver control knobs in the
  1626.     documentation.
  1627.  
  1628. - Translation updates:
  1629.  
  1630.   * Chinese (Simplified) (Closes: #339140)
  1631.  
  1632.   * Dutch (Closes: #337629)
  1633.  
  1634.   * Italian
  1635.  
  1636.   * Galacian (Closes: #337656)
  1637.  
  1638.   * Lithuanian (Closes: #341051)
  1639.  
  1640.   * Portuguese (Closes: #339828)
  1641.  
  1642.   * Slovak (Closes: #338527)
  1643.  
  1644.   * Swedish (Closes: #334520, #337725, #339820)
  1645.  
  1646.   * Turkish (Closes: #339943)
  1647.  
  1648.   * Vietnamese (Closes: #341924)
  1649.  
  1650. [11/4/2005]
  1651. Version 0.4.0                           "Aptitude Below Zero"
  1652.  
  1653. - New features:
  1654.  
  1655.   * The primary binding of the menu toggle command is now Control-t
  1656.     instead of f10.  All old bindings still work, but this means that
  1657.     the binding displayed at the top of the screen will work on all
  1658.     terminals. (Closes: #147862, #335034)
  1659.  
  1660.   * By default, the solution that reverts all user actions is
  1661.     discarded entirely.
  1662.  
  1663.   * The "changelog", "download", and "show" command-line actions
  1664.     recognize "-t <archive>" and handle it by acting as if
  1665.     "/<archive>" had been appended to each argument of the
  1666.     command. (Closes: #334096)
  1667.  
  1668.   * When "show" cannot locate a package by name, it now exits with an
  1669.     error instead of exiting with status 0.
  1670.  
  1671.   * When the user requests a particular version of a package, "show"
  1672.     will display only that version, even if the verbosity level would
  1673.     normally cause all versions to be displayed.
  1674.  
  1675.   * Highlight stuff that looks like bullets when viewing a changelog
  1676.     file.
  1677.  
  1678.   * Doxyfile.in is distributed, so the doxygen documentation should be
  1679.     buildable from the distributed tarball.
  1680.  
  1681.   * Added a Keep-Recommends option that is analogous to Keep-Suggests:
  1682.     it doesn't cause recommendations to be automatically installed,
  1683.     but it does cause them to be held on the system by the garbage
  1684.     collector if they were automatically installed.
  1685.  
  1686. - Bug fixes:
  1687.  
  1688.   * Forward and reverse dependency lists are sorted by name and
  1689.     version.
  1690.  
  1691.   * Made page-up in a list of packages properly trigger the update of
  1692.     all connected information.
  1693.  
  1694.   * "search" now completely ignores fake packages (Closes: #337407).
  1695.  
  1696.   * The code to parse a bullet list in a description now knows how to
  1697.     handle any number of spaces following a bullet (including
  1698.     zero). (Closes: #337344)
  1699.  
  1700.   * Don't hide the preview screen when downloading stuff other than
  1701.     packages. (Closes: #334343)
  1702.  
  1703.   * Deal sanely with changelogs and other formatted text that
  1704.     contains newlines or tabs.
  1705.  
  1706.   * More real and potential UTF-8 display problems fixed.
  1707.     (Closes: #317119)
  1708.  
  1709.   * Fix some anomalies in the display of the menu bar's left/right
  1710.     arrows.
  1711.  
  1712.   * Corrected how the sigc++ version against which the program was
  1713.     compiled is reported.
  1714.  
  1715.   * Added "install" to the manpage synopsis. (Closes: #336584)
  1716.  
  1717.   * Cleaned up some parts of the resolver interface and wrote
  1718.     top-level API documentation for it.
  1719.  
  1720. - Translation updates:
  1721.  
  1722.   * sv is now included in ALL_LINGUAS.
  1723.  
  1724.   * Translation updates:
  1725.  
  1726.     - Chinese (Simplified) (Closes: #335290)
  1727.  
  1728.     - Danish (Closes: #335880)
  1729.  
  1730.     - Finnish
  1731.  
  1732.     - French (Closes: #336261)
  1733.  
  1734.     - Romanian (Closes: #335680, #325749)
  1735.  
  1736.     - Russian (Closes: #336261, #336420)
  1737.  
  1738. [10/14/2005]
  1739. Version 0.3.5.1                         "Slantwise Cacophany"
  1740.  
  1741. - Bug fixes:
  1742.  
  1743.   * Corrected several trivial but fatal bugs in the build and install
  1744.     system.
  1745.  
  1746.   * Document 'aptitude reinstall' in the --help output. (Closes: #333872)
  1747.  
  1748. - Translation updates:
  1749.  
  1750.   * Add a Swedish translation of help.txt. (Closes: #333918)
  1751.  
  1752. [10/13/2005]
  1753. Version 0.3.5                           "Yoink"
  1754.  
  1755.    Upstream aptitude development is now stored in darcs.  See the
  1756.    documentation for additional details.
  1757.  
  1758. - New features:
  1759.  
  1760.   * Redesigned how versions are handled in the pattern matching
  1761.     language.  The set of versions matched against is more uniform
  1762.     (typically all the versions of a package).  This set is narrowed
  1763.     at appropriate times; for instance, reverse dependency matchers
  1764.     will only pass those versions that assert a dependency into their
  1765.     subexpression.  You can manually narrow the set by selecting
  1766.     versions with ~S, and manually widen it by using ~W.
  1767.  
  1768.   * Forward and reverse dependency matchers can be restricted to only
  1769.     broken dependencies.
  1770.  
  1771.   * The version matcher (~V) has support for matching the current,
  1772.     target, or candidate version of a package (in addition to matching
  1773.     a regexp against the version number).
  1774.  
  1775.   * Add a canned package view that only displays packages which are
  1776.     targets of unsatisfied Recommends.
  1777.  
  1778.   * Sort reverse and forward dependencies by package name and version
  1779.     number.
  1780.  
  1781.   * In the command-line preview, display {p} next to packages that are
  1782.     being purged.
  1783.  
  1784.   * More command-line compatibility with apt-get for -q and
  1785.     --quiet. (Closes: #217477)
  1786.  
  1787.   * Only override $HOME with getpwuid if $HOME/.aptitude does not
  1788.     exist.  NOTE: this doesn't work right now with the auto-su-to-root
  1789.     behavior, because that resets $HOME.  You have been warned.
  1790.  
  1791.   * Add a sorting policy that sorts packages by version number.
  1792.  
  1793. - Bug fixes:
  1794.  
  1795.   * The problem resolver will no longer try to install versions of
  1796.     packages that don't actually exist.  In particular, it won't try
  1797.     to install packages that were removed but not purged, so their
  1798.     configuration files and metadata stayed on the system.
  1799.  
  1800.   * Eliminated a reference-to-freed-memory segfault caused by passing
  1801.     unsafe references to widgets around. (Closes: #331400)
  1802.  
  1803.   * Don't crash when the user asks to see the changelog of a
  1804.     non-installed package.  (Closes: #331245)
  1805.  
  1806.   * Don't crash when the cache is closed while a changelog is being
  1807.     downloaded (for instance, if a changelog is downloaded while
  1808.     packages are being installed).
  1809.  
  1810.   * Encode match results as std::strings instead of const char *s, as
  1811.     some of the buffers are destroyed before the get_match routine
  1812.     exits.
  1813.  
  1814.   * Don't reopen the cache after a download unless it's necessary.
  1815.     (Closes: #332708)
  1816.  
  1817.   * Version items are now styled in the same way as package items.
  1818.  
  1819.   * Explicitly keep the search dialog alive while its Ok handler is
  1820.     executing, so that the "actually search" signal isn't disconnected
  1821.     too soon and searching by clicking Ok works.  (Closes: #332179)
  1822.     Similar fixes to other stock dialogs.
  1823.  
  1824.   * Use the right encoding when converting the name of a dependency
  1825.     type to a wide character string.  (Closes: #331199)
  1826.  
  1827.   * Write out the descriptions of solution elements using
  1828.     wide-character functions.
  1829.  
  1830.   * Ensure that string inputs in the configuration dialogs are always
  1831.     visible. (Closes: #331200)
  1832.  
  1833.   * Read the debtags vocabulary file from /var/lib instead of
  1834.     /usr/share, and hint that the user should install debtags to make
  1835.     the error go away. (Closes: #331408)
  1836.  
  1837.   * Fix the parser of the backwards-compatibility filter grouping
  1838.     policy. (Closes: #331404)
  1839.  
  1840.   * Really bypass the authentication prompt if Ignore-Trust-Violations
  1841.     is true. (Closes: #332883)
  1842.  
  1843.   * Don't duplicate packages in the filter policy.
  1844.  
  1845.   * Accept archive or version specifiers with installauto (+M) as well
  1846.     as install.
  1847.  
  1848.   * Document ~t.
  1849.  
  1850. - Translation updates:
  1851.  
  1852.   * Basque (Closes: #275704)
  1853.  
  1854.   * Czech
  1855.  
  1856.   * French
  1857.  
  1858.   * Swedish (Closes: #333267)
  1859.  
  1860. [9/30/2005]
  1861. Version 0.3.4                           "Up The Airy Mountain"
  1862.  
  1863. - New features:
  1864.  
  1865.   * The solution examiner is now a view coequal with package trees and
  1866.     other views rather than a pop-up dialog box.
  1867.  
  1868.   * From the solution examiner, you can select individual actions
  1869.     within a solution and approve or reject them to influence the
  1870.     future course of the resolver; you can also access quite a bit
  1871.     more information, such as explanations of why actions were
  1872.     included in the solution and alternatives to the actions.
  1873.  
  1874.   * Rebalanced the default resolver weights to focus it more on
  1875.     generating a solution quickly and less on generating a "good"
  1876.     solution.
  1877.  
  1878.   * The problem resolver now understands about Recommendations.  It
  1879.     will try to solve Recommendations that are currently satisfied or
  1880.     that are only present in a newly installed version of a package
  1881.     and not the current version, but it can also leave them broken
  1882.     (with a penalty to the resulting solution).
  1883.  
  1884.   * The visual mode of the program is now threaded: in particular,
  1885.     long-running tasks such as downloading packages and resolving
  1886.     dependencies are run in the background and no longer cause the
  1887.     interface to become nonresponsive.
  1888.  
  1889.     This also eliminates the need to use recursive main loops, and
  1890.     hence this Closes: #136973.
  1891.  
  1892.   * Holds are now implicitly cancelled by the "Keep" command in visual
  1893.     mode (but not from the command line). (Closes: #326949)
  1894.  
  1895.   * Search patterns now treat whitespace as a term separator (but
  1896.     whitespace between a pattern code and its argument is ignored).
  1897.     To search for literal whitespace, use double quotes or
  1898.     tilde-escaping.
  1899.  
  1900.   * You can now search for text in internal text pagers (for instance,
  1901.     when viewing a package's Changelog).
  1902.  
  1903.   * A generic grouping policy based on search patterns is available.
  1904.     (Closes: #156065)
  1905.  
  1906.   * Selecting a package version other than the current version and the
  1907.     default candidate version explicitly is now sticky. (Closes:
  1908.     #158771)
  1909.  
  1910.   * Debtags support is available: tags are shown after a package's
  1911.     description, you can search for them (~G), and a tag-based grouping
  1912.     policy is available. (Closes: #243830)
  1913.  
  1914.   * More predefined package views are available: a flat view and a
  1915.     view based on debtags.
  1916.  
  1917.   * The command-line now has "keep" and "keep-all" commands (the
  1918.     latter cancels all sticky actions that are queued on packages).
  1919.     (Closes: #312923)
  1920.  
  1921.   * From the command-line, changelogs can be downloaded by source
  1922.     package name in addition to the binary package name.
  1923.  
  1924.   * The command-line option "--schedule-only" will write the
  1925.     commands you ask for to the database and then exit without
  1926.     downloading, installing, or removing anything.  (Closes: #312249)
  1927.  
  1928.   * You can search both backwards and forwards (the backslash key
  1929.     has been changed from 'repeat last search' to 'search backwards').
  1930.     (Closes: #323239)
  1931.  
  1932.   * You can repeat searches in all pagers and dialogs.
  1933.     (Closes: #270699)
  1934.  
  1935.   * You can now find downgraded packages using "~adowngrade".
  1936.  
  1937.   * aptitude now works with the apt status reporting patch from
  1938.     Michael Vogt.
  1939.  
  1940.   * The rather useless "missing" grouping policy is no longer
  1941.     necessary and has been deprecated, although it is still recognized
  1942.     by the parser for backwards-compatibility.
  1943.  
  1944.   * You can now access the default background color under the name
  1945.     "default" when altering styles.
  1946.  
  1947.     The default foreground color is unavailable; for technical reasons
  1948.     it's impossible for aptitude to support both at once in a standard
  1949.     X terminal.  However, I believe that most of the requests for this
  1950.     feature stemmed from an interest in terminals with transparent
  1951.     backgrounds; if you set the default widget style to "bg default;",
  1952.     aptitude should work reasonably well with transparent terminals
  1953.     now.  (Closes: #161872)
  1954.  
  1955.   * Every combination of the package state and the highlighted status
  1956.     of the package now has a separate style, which should allow a
  1957.     great deal more flexibility for people who don't like the
  1958.     defaults.
  1959.  
  1960.   * aptitude now automatically keeps a single backup of the pkgstates
  1961.     file, in the same manner as dpkg. (Closes: #316460)
  1962.  
  1963.   * Warn the user once when they modify the cache while the program is
  1964.     in read-only mode.  (Closes: #175408)
  1965.  
  1966.   * The resolver keystroke hints at the bottom of the screen dim out
  1967.     when they're not available.
  1968.  
  1969.   * Menus and menu bars behave more gracefully on small terminals:
  1970.     menus can be scrolled up and down, and menu bars can be scrolled
  1971.     left and right.
  1972.  
  1973.   * You can automatically purge packages which are removed because
  1974.     they are unused.  This option is dangerous and it is recommended
  1975.     that you leave it off.  (Closes: #275150)
  1976.  
  1977.   * Timestamps in the aptitude log file include the time zone.
  1978.     (Closes: #318501)
  1979.  
  1980.   * If libparse-debianchangelog-perl is installed, aptitude will parse
  1981.     changelogs and highlight newer versions of the package. (Closes:
  1982.     #290692)
  1983.  
  1984. - Bug fixes:
  1985.  
  1986.   * aptitude no longer goes bonkers when you suspend and resume it.
  1987.     (Closes: #137311, #169479)
  1988.  
  1989.   * Use the password database instead of $HOME to find the user's home
  1990.     directory; this will fix the mode 0700 root-owned files that
  1991.     people were seeing.  (Closes: #272429, #274216, #285334)
  1992.  
  1993.   * Temporary files and directories are created in /tmp instead of
  1994.     cluttering ~/.aptitude/.tmp. (Closes: #146485, #245348)
  1995.  
  1996.   * If becoming root fails, re-load the file containing the current
  1997.     selections so that they don't get lost. (Closes: #281232)
  1998.  
  1999.   * ~akeep now matches any package that no action will be performed
  2000.     on, including packages that are not installed.
  2001.  
  2002.   * The apt error dialog now properly appears every time errors occur.
  2003.  
  2004.   * Fix several UTF-8 related display bugs. (Closes: #317115)
  2005.  
  2006.   * The cursor is now placed correctly again.
  2007.  
  2008.   * Get the width of the screen right in a number of places when
  2009.     running in command-line mode. (Closes: #230187)
  2010.  
  2011.   * Set packages that were to be removed because they were unused back
  2012.     to manual mode when the user keeps them at their current
  2013.     version. (Closes: #278490)
  2014.  
  2015.   * Various bugs in the resolver fixed.
  2016.  
  2017.   * Fix a crash that occurred when aptitude got EOF on standard input;
  2018.     the program now just aborts. (Closes: #318749)
  2019.  
  2020.   * Fix a redundancy in some text at the command line. (Closes: #318396)
  2021.  
  2022.   * Don't segfault if errors are encountered in the initialization
  2023.     routines. (Closes: #309445)
  2024.  
  2025.   * When there are currently broken packages, print an explanation of
  2026.     why the command-line upgrade is aborting instead of just silently
  2027.     terminating. (Closes: #316027)
  2028.  
  2029.   * Fix the return value of 'aptitude clean'. (Closes: #274098)
  2030.  
  2031.   * Terminate abnormally if the user tries to show a non-existant
  2032.     package or if other errors come up. (Closes: #301291)
  2033.  
  2034.   * The startup progress bar no longer hangs around too long.
  2035.  
  2036.   * The message displayed when the installation procedure encounters
  2037.     errors is somewhat more levelheaded. (Closes: #230188)
  2038.  
  2039.   * Add support for making the command-line mode "quiet" (option -q).
  2040.     (Closes: #217477)
  2041.  
  2042.   * If -s is passed on the command-line, the cache will always be
  2043.     opened read-only, even if the user is root.
  2044.  
  2045.   * Hold onto the apt lock while running reportbug, so we don't have
  2046.     to reload the cache and discard user selections. (Closes: #304748)
  2047.  
  2048.   * Don't use terminal tricks to display continually updating progress
  2049.     indicator if stdin is not a tty. (Closes: #276767)
  2050.  
  2051.   * For some years now, aptitude has not freed memory belonging to
  2052.     widget objects.  This is now fixed, and an explicit memory
  2053.     management model for widgets based on reference-counting has been
  2054.     hammered out.
  2055.  
  2056.   * Fix the manpage's SEE ALSO entry for the reference manual.
  2057.     (Closes: #265723)
  2058.  
  2059.   * Apply typo fixes for the documentation. (Closes: #268916)
  2060.  
  2061.   * Explicitly document that ~a only matches the current state of a
  2062.     package. (Closes: #311290)
  2063.  
  2064.   * Delete some unnecessary text that both lacks a trailing newline
  2065.     and is rather rude. (Closes: #295924)
  2066.  
  2067. - Translation updates:
  2068.  
  2069.   * Czech (Closes: #330014)
  2070.  
  2071.   * Danish (Closes: #317824)
  2072.  
  2073.   * Finnish (Closes: #316225)
  2074.  
  2075.   * French (Closes: #318906)
  2076.  
  2077.   * Romanian (Closes: #318947)
  2078.  
  2079.   * Vietnamese (Closes: #316994, #319702, #322276)
  2080.  
  2081. - Internal changes:
  2082.  
  2083.   * Migrated all build scripts to automake-1.9 and the latest gettext
  2084.     version.
  2085.  
  2086.   * Restructured the resolver code to be far more legible.
  2087.  
  2088.   * Much optimization of the problem resolver, including:
  2089.     - Detect logical conflicts to avoid going down the same blind
  2090.       alleys over and over.
  2091.  
  2092.     - Use shared-memory data structures to greatly decrease virtual
  2093.       memory usage (memory usage in test cases that used to take
  2094.       hundreds of megabytes is now negligible).
  2095.  
  2096.     - When ordering solutions, use the score first (since it's
  2097.       essentially a hash of the information in the solution), and only
  2098.       examine the incoming solutions in their entirety if they have
  2099.       the same score.
  2100.  
  2101.   * Split the horrible download code into a much more pleasant group
  2102.     of "download process" classes with an interface that's generic
  2103.     enough to allow the frontend to implement a general "execute
  2104.     download process" function.  The new download classes were pushed
  2105.     down into the generic level.
  2106.  
  2107.   * Split generic/ into generic/util and generic/apt.
  2108.  
  2109.   * Restructured the way grouping policies and matchers are parsed to
  2110.     allow them to work together without unpleasant surprises.
  2111.  
  2112.   * A test suite (based on cppunit) is now available; most of the
  2113.     tests are currently of backend code.
  2114.  
  2115.   * Most dynamic casting in menu_tree was eliminated; now it just
  2116.     checks whether the selected item implements the menu_redirect
  2117.     interface and proxies for it (as far as the package and solution
  2118.     item menu commands go) if so.
  2119.  
  2120.   * Exceptions can now dynamically generate a program backtrace --
  2121.     however, in order for this to be useful, you have to have many
  2122.     more symbols compiled into the program (in tests, this DOUBLED the
  2123.     final executable size).  To get a binary that will generate a
  2124.     backtrace for uncaught exceptions, compile with
  2125.     --enable-dynamic-backtrace.
  2126.  
  2127. [7/4/2005]
  2128. Version 0.3.3         "Universal Text Format Ate My Package Manager"
  2129.  
  2130. - New features:
  2131.  
  2132.   * Full support for UTF-8 and other wide character locales.  Anything
  2133.     that doesn't work (aside from bug #316663 in curses) is a bug.
  2134.     Some languages might lack full support, as I'm releasing this
  2135.     before the translators have time to catch up!
  2136.  
  2137.   * Colors and text styles are now selected in a much more flexible
  2138.     way.  Each visual can independently alter or override each setting
  2139.     of its surrounding text.  Foreground and background colors can be
  2140.     set independently.
  2141.  
  2142. - Translation updates:
  2143.  
  2144.   * Chinese (Simplified) (Closes: #314330)
  2145.  
  2146.   * Chinese (Traditional) (Closes: #311587)
  2147.  
  2148.   * Czech (Closes: #314328)
  2149.  
  2150.   * Dutch (Closes: #315376, #316279)
  2151.  
  2152.   * Finnish (Closes: #312311, #313450)
  2153.  
  2154.   * German (Closes: #313663)
  2155.  
  2156.   * Lithuanian (Closes: #314643)
  2157.  
  2158.   * Norwegian Bokmal (Closes: #313459)
  2159.  
  2160.   * Norwegian nynorsk (Closes: #315988)
  2161.  
  2162.   * Polish (Closes: #315338)
  2163.  
  2164.   * Portuguese (Closes: #315486)
  2165.  
  2166.   * Russian (Closes: #313619)
  2167.  
  2168.   * Slovak (Closes: #309824)
  2169.  
  2170.   * Spanish (Closes: #313412)
  2171.  
  2172.   * Vietnamese (Closes: #313321)
  2173.  
  2174. - Bug fixes:
  2175.  
  2176.   * Fix a case where different packages would be selected on startup
  2177.     than on shutdown. (Closes: #315359)
  2178.  
  2179.   * Fix several longstanding coding errors that caused the progress
  2180.     bar to disappear/freeze while the program was starting up.
  2181.  
  2182.   * Don't crash when trying to display information about packages
  2183.     with no Archive.  (Closes: #312533)
  2184.  
  2185.   * Allow the user to cancel a media change.  (Closes: #315885)
  2186.  
  2187.   * Be more explicit in warning the user that they are in read-only
  2188.     mode.  (Closes: #313417)
  2189.  
  2190.   * Typo fix in cmdline_prompt (Closes: #313322)
  2191.  
  2192.   * Adjusted the input polling frequency in the download code; the
  2193.     program should feel a bit more responsive while it's downloading.
  2194.  
  2195. [5/1/2005]
  2196. Version 0.3.2         "Eat cold logic, feeble dependency problem!"
  2197.  
  2198. - New features:
  2199.  
  2200.   * Finally tossed the APT problem resolver over the side.  aptitude
  2201.     now has its own problem resolver, with (among other things) the
  2202.     following features:
  2203.  
  2204.       - It's restartable and nondestructive -- meaning that if you
  2205.         don't like its suggestion, you can ask it to find another one.
  2206.  
  2207.       - It understands how to resolve dependencies by installing
  2208.         non-default package versions.  For instance, it can figure out
  2209.         that to install aptitude from experimental, you need to also
  2210.         install apt and synaptic from experimental (if unstable's
  2211.         synaptic is installed).
  2212.  
  2213.       - The priorities of the resolver are fully configurable; see the
  2214.         configuration file section of the reference manual.
  2215.  
  2216.       - It's generic: in theory you could apply the code to many
  2217.         package systems, including some that are not APT-based.
  2218.  
  2219.       - It has a formal model of dependencies underlying it; see
  2220.         src/generic/problemresolver/model.tex (although not all my
  2221.         notes have migrated into the LaTeX source yet; this will be
  2222.         fixed in the future).
  2223.  
  2224.   * Implemented my proposed description formatting extensions of
  2225.     http://lists.debian.org/debian-devel/2005/03/msg02770.html --
  2226.     aptitude now detects and appropriately formats most bulleted
  2227.     lists in package descriptions.
  2228.  
  2229.   * From the confirmation prompt (and now the resolver prompt) of the
  2230.     command-line mode, you can now additionally keep packages back
  2231.     (without setting a hold), mark packages as automatic or manual,
  2232.     and simultaneously install a package and mark it as manual.
  2233.  
  2234.   * ~ahold now matches only packages that have a "sticky" hold set.
  2235.     ~akeep will find packages upon which no action is being taken.  To
  2236.     get the old behavior of ~ahold, use ~U~akeep.  (Closes: #216730)
  2237.  
  2238.   * A brief summary of the currently-open views now appears at the top
  2239.     of the screen when multiple views are open.
  2240.  
  2241.   * Merged command-line support for apt-secure from 0.2.15.9.
  2242.  
  2243. - Bugfixes:
  2244.  
  2245.   * Don't discard messages about how to resolve a problem with loading
  2246.     the cache file.  In particular, the dialog box that you get if
  2247.     dpkg was interrupted should make a lot more sense.
  2248.     (Closes: #160418)
  2249.  
  2250.   * Actually process the message about failed downloads using fragf.
  2251.     (Closes: #298713)
  2252.  
  2253.   * Fix the "help crashes" bug.  (Closes: #293935, plus all the other
  2254.     bugs reported by people who don't check the BTS first)
  2255.  
  2256.   * Hard-wrap, don't clip, long literally formatted lines (in
  2257.     accordance with Policy).
  2258.  
  2259.   * Text in a number of places is now automatically formatted instead
  2260.     of having hard-wired line wrapping.
  2261.  
  2262.   * Fixed the formatting and size calculation of fragments even in the
  2263.     presence of indentation.
  2264.  
  2265.   * Made the description widget (and other similar widgets) actually
  2266.     cache its formatting, rather than recalculating it every time the
  2267.     screen is redrawn.
  2268.  
  2269.   * Centralized the detection of the terminal width when running in
  2270.     command-line mode; previously, some commands would properly wrap
  2271.     text, but others wouldn't.
  2272.  
  2273.   * Don't abort, just print a warning if the user passes -s in
  2274.     interactive mode.  (Closes: #243192)
  2275.  
  2276.   * Fixed an ugly problem with the docbook documentation -- instead of
  2277.     using the DTD on the user's system, it was loading it off the net
  2278.     (merged from the stable branch).
  2279.  
  2280.   * Correct the documentation of Delete-Unused (merged from stable).
  2281.  
  2282. [1/10/2005]           "Ow, my thesis!
  2283.                        That's funny, it didn't hurt that time..."
  2284.  
  2285. - Bugfixes:
  2286.  
  2287.   * (sort of) fixed a bug which caused aptitude to want to remove
  2288.     stuff installed with another package manager.  In order to trigger
  2289.     this, you would have to remove the package with aptitude, quit
  2290.     aptitude without installing or removing anything else, then
  2291.     install the package in the other package manager before running
  2292.     aptitude again.
  2293.  
  2294.     The caveat on the fix is that if you ^C aptitude between removing
  2295.     the package and reloading the cache, you can still get bitten.  A
  2296.     more proper fix may be included in a future aptitude version.
  2297.  
  2298. - New features:
  2299.  
  2300.   * By default, aptitude will only pause after a download if errors
  2301.     occured.  Both of the old settings (always/never pause) are still
  2302.     available.
  2303.  
  2304.   * "autoclean" will tell you how much stuff it cleaned up.  For
  2305.     technical reasons, "clean" cannot easily produce the same
  2306.     information.
  2307.  
  2308. - Internal changes:
  2309.  
  2310.   * Ported aptitude to libsigc++ 2.0.
  2311.  
  2312.   * Various bits of text are now displayed as fragments instead of
  2313.     labels, so they get properly word-wrapped and so on.  This work is
  2314.     ongoing and has revealed some structural weaknesses in fragments
  2315.     that need to be fixed before entrenching them too much.
  2316.  
  2317. [12/21/2004]
  2318. Version 0.3.0         "Let it snow, let it snow, let it snow"
  2319.  
  2320.   This is the first release of a new development branch, forked from 0.2.15.8.
  2321.  
  2322. - Bugfixes:
  2323.  
  2324.   * The buttons in the search dialog are properly centered.
  2325.  
  2326.   * Internal errors that are generated because of bad formatting
  2327.     characters are less cryptic.
  2328.  
  2329. - New features:
  2330.  
  2331.   * Support for apt 0.6's security features: aptitude will flag
  2332.     packages that are untrusted, and will warn you if you try to
  2333.     install an untrusted package or upgrade from a trusted to an
  2334.     untrusted version.  The warnings are currently quite obtrusive and
  2335.     strongly worded, and cannot be turned off.
  2336.  
  2337. - Internal changes:
  2338.  
  2339.   * Completely redesigned widget layout to better accomodate widgets
  2340.     whose width and height are interrelated.  The new system
  2341.     completely allocates widths before allocating heights, allowing
  2342.     stuff like word-wrapped text to be handled sanely.
  2343.  
  2344. - Translation updates:
  2345.  
  2346.   * Arabic [NEW]
  2347.  
  2348.   * Basque (Closes: #275704)
  2349.  
  2350.   * Brazilian Portuguese (Closes: #275220)
  2351.  
  2352.   * Chinese (Simplified)
  2353.  
  2354.   * Chinese (Traditional) (Closes: #274268)
  2355.  
  2356.   * Czech
  2357.  
  2358.   * Danish
  2359.  
  2360.   * Finnish
  2361.  
  2362.   * French [now includes translated manual] (Closes: #274953)
  2363.  
  2364.   * German (Closes: #283546)
  2365.  
  2366.   * Hebrew [NEW] (Closes: #275266)
  2367.  
  2368.   * Lithuanian (Closes: #280049)
  2369.  
  2370.   * Norwegian Bokmal
  2371.  
  2372.   * Polish (Closes: #265481)
  2373.  
  2374.   * Romanian (Closes: #281531)
  2375.  
  2376.   * Slovak (Closes: #279559)
  2377.  
  2378.   * Spanish
  2379.  
  2380.   * Turkish (Closes: #280009)
  2381.  
  2382. [3/26/2004]
  2383. Version 0.2.15.9      "I see you see we all see C see sea"
  2384. - Bugfixes:
  2385.   * Correct the English documentation of Aptitude::Delete-Unused;
  2386.     its description of this option's behavior was exactly the
  2387.     reverse of what actually happens!
  2388.  
  2389.   * Fix a trivial typo that caused an unsightly disfigurement
  2390.     of the Search dialog.
  2391.  
  2392. - Backports from aptitude 0.3.x:
  2393.   * aptitude now compiles cleanly against APT 0.6, with full support
  2394.     for package trust.
  2395.  
  2396. - Translation updates:
  2397.  
  2398.   * Arabic
  2399.  
  2400.   * Basque (Closes: #275704)
  2401.  
  2402.   * Chinese, Simplified
  2403.  
  2404.   * Chinese, Traditional (Closes: #274268, #290284)
  2405.  
  2406.   * Czech
  2407.  
  2408.   * Danish
  2409.  
  2410.   * Dutch (Closes: #288815)
  2411.  
  2412.   * Finnish
  2413.  
  2414.   * French (Closes: #274953)
  2415.     Includes a new user's manual.
  2416.  
  2417.   * German (Closes: #283546, #293127)
  2418.  
  2419.   * Hebrew (Closes: #275266)
  2420.  
  2421.   * Lithuanian (Closes: #280049)
  2422.  
  2423.   * Norwegian Bokmal
  2424.  
  2425.   * Polish (Closes: #265481)
  2426.  
  2427.   * Portuguese, Brazilian (Closes: #275220)
  2428.  
  2429.   * Romanian (Closes: #281531)
  2430.  
  2431.   * Slovak (Closes: #279559)
  2432.  
  2433.   * Spanish
  2434.  
  2435. [9/28/2004]
  2436. Version 0.2.15.8      "UTF-what?"
  2437. - Bugfixes:
  2438.   * Patch from Konstantinos Margaritis to "fix" the UTF-8 problem with
  2439.     a sledgehammer: if aptitude sees UTF-8 in the locale, it will
  2440.     set the locale to C instead.
  2441.  
  2442.   * Under "Suggested packages", only show packages that something suggests.
  2443.     (previously, other relationships -- such as Replaces or Conflicts --
  2444.      were causing stuff to end up there).  (Closes: #270667)
  2445.  
  2446.   * Belatedly apply a very old patch to improve saving Minesweeper games
  2447.     and to add some sanity-checks to Minesweeper.  (Closes: #179533)
  2448.  
  2449. - Translation updates:
  2450.  
  2451.   * French (Closes: #272824)
  2452.  
  2453.   * Italian (Closes: #265243)
  2454.  
  2455.   * Japanese (Closes: #272454)
  2456.  
  2457.   * Russian
  2458.  
  2459. [9/17/2004]
  2460. Version 0.2.15.7      "Kerplop"
  2461. - Bugfixes:
  2462.   * Use the candidate version to look for stuff to install; this makes
  2463.     installation via patterns work better.
  2464.  
  2465.   * Parse priority strings up-front, and accept either an English string
  2466.     or the string in the current locale.
  2467.  
  2468.   * Fixed a segfault that occured if the %r escape was used.
  2469.  
  2470.   * Fix several potential (unreported, perhaps un-triggerable) segfaults
  2471.     in the table code.
  2472.  
  2473.   * Various documentation fixes (Closes: #269102, #269100).
  2474.  
  2475. - Translation updates:
  2476.  
  2477.   * Brazilian (Closes: #271411)
  2478.  
  2479.   * Catalan (Closes: #270917)
  2480.  
  2481.   * Finnish (Closes: #263313)
  2482.  
  2483.   * French (Closes: #270713)
  2484.  
  2485.   * Greek (Closes: #265006)
  2486.  
  2487.   * Italian (Closes: #268263)
  2488.  
  2489.   * Japanese (Closes: #264867)
  2490.  
  2491.   * Norwegian (Closes: #269976)
  2492.  
  2493.   * Russian (Closes: #266294)
  2494.  
  2495.   * Spanish (Closes: #269311)
  2496.  
  2497. [8/6/2004]
  2498. Version 0.2.15.6      "Brrrrrrr"
  2499. - Bugfixes:
  2500.   * When displaying the size change in a single version, use '+'
  2501.     for increases and '-' for decreases rather than the other
  2502.     way around.
  2503.  
  2504.   * "make install" installs localized manpages in $mandir now (thanks
  2505.     to Sebastian Kapfer for pointing out that this wasn't happening)
  2506.  
  2507. - Translation updates:
  2508.   * Czech (Debian bug #262524)
  2509.  
  2510.   * Danish (Debian bug #262129)
  2511.  
  2512.   * Dutch (Debian bug #262000)
  2513.  
  2514.   * Finnish (Debian bug #263313)
  2515.  
  2516.   * German (Debian bug #262534)
  2517.  
  2518.   * Italian (Debian bug #261819)
  2519.  
  2520.   * Portuguese (Debian bug #261502)
  2521.  
  2522. [7/25/2004]
  2523. Version 0.2.15.5      "Is it just me, or is it freezing in here?"
  2524. - New features and bugfixes:
  2525.  
  2526.   - 'aptitude moo' no longer insults the user, even under extreme provocation.
  2527.  
  2528.   - It is now possible to log to multiple destinations. (Debian bug #259714)
  2529.  
  2530.   - A format code (%i) has been added to display policy information about
  2531.     package versions (ie, the priority to which they are pinned).
  2532.     (Debian bug #240423)
  2533.  
  2534.   - An option has been added which disables some of the sanity checks
  2535.     performed prior to installing packages: the program will proceed
  2536.     to the preview screen if any packages are upgradable, even if they
  2537.     aren't being upgraded. (Debian bug #260590)
  2538.  
  2539.   - Undoing "forget new" works again.
  2540.  
  2541.   - Scrolling in pagers scrolls by the correct amount now. (Debian bug #260713)
  2542.  
  2543.   - You can once again enter an empty limit string to reset the limit.
  2544.     (Debian bug #260244)
  2545.  
  2546.   - Changed (completely useless at the moment) creation of a pthreads
  2547.     mutex to compile on FreeBSD.
  2548.  
  2549. - Translation updates:
  2550.  
  2551.   - Brazilian (Debian bug #260953)
  2552.  
  2553.   - Catalan (Debian bug #261095)
  2554.  
  2555.   - Czech (Debian bug #259966)
  2556.  
  2557.   - Dutch (Debian bug #260632)
  2558.  
  2559.   - Italian (Debian bug #261017)
  2560.  
  2561.   - Greek (Debian bug #261029)
  2562.  
  2563.   - Portuguese (Debian bug #261425)
  2564.  
  2565. [7/15/2004]
  2566. Version 0.2.15.4      "Flying Space Cucumber"
  2567. - New features:
  2568.  
  2569.   * Recommended (but not installed) packages are shown in both previews
  2570.     now.
  2571.  
  2572.   * Suggests-Important is back as a synonym for Keep-Suggests.  This
  2573.     should smooth out the transition for people who were using it.
  2574.     (Debian bug #259387)
  2575.  
  2576.   * Changelogs can be viewed from the command-line.
  2577.  
  2578.   * When downloading a package from the command-line, you can select
  2579.     the version to be downloaded. (Debian bug #160145)
  2580.  
  2581.   * Added a menu/keyboard command to search for the next broken package.
  2582.     (Debian bug #162474)
  2583.  
  2584.   * Extended the package menu with options to manipulate a package's
  2585.     automatic flag, view its information, or view its changelog.
  2586.  
  2587.   * Dependency patterns can now match on any dependency field; see the
  2588.     documentation for details.
  2589.  
  2590. - Bugfixes:
  2591.  
  2592.   * Several potential and actual memory leaks in the command-line code
  2593.     were fixed.
  2594.  
  2595.   * The command-line mode now complains loudly in some places where it
  2596.     used to fail silently.
  2597.  
  2598. [7/13/2004]
  2599. Version 0.2.15.3      "Release Roulette"
  2600. - New features:
  2601.  
  2602.   * When displaying aptitude's explanations about dependency
  2603.     situations, packages that are unavailable will be marked as such.
  2604.  
  2605.   * Some messages from the command-line mode (eg, about packages that
  2606.     are already installed/removed) are now suppressed unless you pass
  2607.     -v on the command-line.
  2608.  
  2609. - Bugfixes:
  2610.  
  2611.   * Document the Yes/No commands.
  2612.  
  2613.   * Return the newest version available from visible_version(), which
  2614.     should make changelog viewing and a few other things work in a
  2615.     less obscure fashion.
  2616.  
  2617.   * Correctly initialize the menu autohide setting (Debian bug #258688).
  2618.  
  2619.   * Suppress self-conflicts more vigorously (Debian bug #258533).
  2620.  
  2621.   * Fixed a number of bugs related to undos; they should work much better
  2622.     now (in particular, undoing an upgrade command will work reliably).
  2623.  
  2624.   * The tracking of automatic packages is somewhat smarter about
  2625.     versions: if upgrading a package causes it to become unused, it
  2626.     will be held back; if a package is being removed because it is
  2627.     unused and something depending on its current version is
  2628.     installed, the package will be held even if it could be
  2629.     upgraded. (say that five times fast!)
  2630.  
  2631.     Basically, aptitude won't randomly remove packages that you try to
  2632.     upgrade because they're suddenly "unused"; instead, it will refuse
  2633.     to upgrade them.
  2634.  
  2635. - Translation/i18n updates:
  2636.  
  2637.   * Miroslav Kure heroically translated the entire DocBook manual into
  2638.     Czech, along with general updates to the Czech translation.
  2639.  
  2640.   * The keybindings for Yes and No are now translatable (Debian bug #258409).
  2641.  
  2642.   * Split the English manpage into a separate XML file (Debian bug #259089).
  2643.  
  2644.   * Brazilian translation update (Debian bug #258667).
  2645.  
  2646.   * Greek translation update (Debian bug #258805).
  2647.  
  2648.   * French translation update.
  2649.  
  2650.   * Spanish translation update from Rubes Porras (Debian bug #258243).
  2651.  
  2652. [7/7/2004]
  2653. Version 0.2.15.2      "Configure this!"
  2654. - New features:
  2655.  
  2656.   * Added a configuration option Aptitude::Keep-Suggests.  This will
  2657.     cause automatically installed packages to stay on the system if
  2658.     any installed package even Suggests them.
  2659.  
  2660.   * Added a command-line argument -o; this behaves in the same way as
  2661.     the apt-get -o command-line argument.
  2662.  
  2663. - Bugfixes:
  2664.  
  2665.   * Fixed a very old bug in configuration handling.  This version of
  2666.     aptitude will only save configuration options that you have
  2667.     modified in your personal file.  (this includes options that you
  2668.     changed and re-set to their default values) This means that future
  2669.     changes in aptitude's default settings will be picked up by most
  2670.     people; right now you will only see changes to the defaults if
  2671.     you've never used an Options dialog.  You may want to revert your
  2672.     options to the defaults to take advantage of this feature.
  2673.  
  2674.      (Debian bug #175409)
  2675.  
  2676.   * Fixed the manpage synopsis: it said forbid-upgrade instead of
  2677.     forbid-version. (Debian bug #257901)
  2678.  
  2679.   * Removed an accent that accidentally crept into an image filename
  2680.     in the documentation.
  2681.  
  2682.   * In the Vertical-Split theme, version numbers are hidden by default
  2683.     (there isn't room for them on a standard terminal)
  2684.  
  2685. - Translation updates:
  2686.  
  2687.   * Updated Finish translations (Debian bug #257902)
  2688.  
  2689.   * Updated Italian translations (Debian bug #257710)
  2690.  
  2691. [7/4/2004]
  2692. Version 0.2.15.1      "Obligatory July 4th reference"
  2693. - Bugfixes:
  2694.  
  2695.   * Fix a segfault that occured in certain (undetermined) circumstances:
  2696.     a codepath that never ran on my computer would inevitably dereference
  2697.     NULL.
  2698.  
  2699.   * Include all the screen-shot images.
  2700.  
  2701. [7/1/2004]
  2702. Version 0.2.15        "Daniel's Adventures in the Land of DocBook"
  2703.  
  2704. - New features:
  2705.  
  2706.   * aptitude now has a "proper" manual, or at least the first iteration
  2707.     of one.  It weighs in at ~7000 lines of DocBook (which is less
  2708.     impressive than it sounds, since most lines of DocBook are fluff)
  2709.     and generates HTML pages, text documentation, and a manpage from
  2710.     a single source.
  2711.  
  2712.   * You can now keep a package at its current version without setting a
  2713.     sticky hold by pressing ':'.
  2714.  
  2715.   * A new %-escape for the display format, %Z, has been added.  It
  2716.     displays the change in disk usage due to an individual package (or
  2717.     version); the default package format uses it.
  2718.  
  2719.   * Several new menus added: you can now change a package's state or
  2720.     search for a package from the menu.
  2721.  
  2722.   * A convenient keybinding for reporting a bug has been added.
  2723.  
  2724.   * Matchers for reverse dependencies are now much more powerful;
  2725.     matchers for reverse and forward provides are available.
  2726.  
  2727.   * Passing -v to an installation command will display packages that are
  2728.     suggested and won't be installed.
  2729.  
  2730.   * You can now retrieve information about a package from the command-line
  2731.     mode's prompt.
  2732.  
  2733.   * "aptitude show" will display a package's Essential flag.
  2734.  
  2735.   * The new "--visual-preview" command-line option uses the visual mode
  2736.     to handle previews and downloads for command-line actions.
  2737.     (Debian bug #253335)
  2738.  
  2739.   * aptitude should now display translated task descriptions; thanks
  2740.     to Denis Barbier.
  2741.     (Debian bug #203725)
  2742.  
  2743. - Bugfixes:
  2744.  
  2745.   * aptitude now handles limits that match no packages more gracefully.
  2746.  
  2747.   * All traces of Suggests-Important were removed. (Debian bug #245410)
  2748.  
  2749.   * aptitude should compile with g++ 3.4 now.
  2750.  
  2751.   * aptitude now looks for unused packages on startup, so the old behavior
  2752.     (where some package states would be illogical and "snap" to the correct
  2753.     values as soon as you did anything) no longer occurs.
  2754.  
  2755.   * Handling of automatic/manual packages was tweaked in a few other
  2756.     ways; handling of automatically changed packages was also tweaked.
  2757.  
  2758.   * Completely disabled the use of the severely broken non-hierarchical
  2759.     view; the categorical browser just uses a hierarchical display now.
  2760.     (Debian bugs #120978, #144079, #144083, #151437, #242397)
  2761.  
  2762.   * Undoing the "forbid upgrade" command should work in all cases now.
  2763.  
  2764.   * Removed trailing periods from all menu item descriptions.
  2765.     (Debian bug #244676)
  2766.  
  2767.   * Fixed compilation on all 5 existing ia64 systems (Debian bug #243932).
  2768.  
  2769.   * If the user tries to remove an essential package but then cancels
  2770.     the removal, aptitude no longer displays an ominous warning about
  2771.     removing essential packages.  (Debian bug #254422)
  2772.  
  2773.   * Fixed the display of ORed dependencies in "aptitude show".
  2774.     (Debian bug #254740)
  2775.  
  2776.   * Menus are now sized more intelligently; text within menus is laid
  2777.     out slightly better.
  2778.  
  2779.   * When a very narrow terminal is being used, menus should be displayed
  2780.     a bit more gracefully.
  2781.  
  2782.   * Fixed some bugs with rebinding keys.
  2783.  
  2784.   * Removed references to some obsolete (unused) keybindings and colors.
  2785.  
  2786.   * There is now a space between the current and candidate versions in
  2787.     the default display format.
  2788.  
  2789.   * Widget alignment within a row is now written as "top" and
  2790.     "bottom", not "left" and "right".
  2791.  
  2792.   * Reverting options affects the user's configuration file
  2793.     immediately.
  2794.  
  2795.   * "aptitude show" no longer performs a search unless the input
  2796.     contains a tilde.
  2797.  
  2798.   * Fixed the display of ORed dependencies when describing reasons
  2799.     for a package's state. (Debian bug #242663)
  2800.  
  2801.   * Improved the calculation of reasons for a package's state in the
  2802.     presence of virtual packages. (Debian bug #244817)
  2803.  
  2804. - Translations:
  2805.  
  2806.   * Basque updates (Debian bug #244858)
  2807.  
  2808.   * Brizilian updates (Debian bug #242332)
  2809.  
  2810.   * Catalan updates (Debian bug #248764)
  2811.  
  2812.   * Czech updates (Debian bug #243728, #256326)
  2813.  
  2814.   * Danish updates (Debian bug #244539)
  2815.  
  2816.   * Dutch updates (Debian bug #249405)
  2817.  
  2818.   * German updates (Debian bug #233917, #255396)
  2819.  
  2820.   * Italian updates (Debian bug #244679)
  2821.  
  2822.   * Japanese updates (Debian bug #250023)
  2823.  
  2824.   * Lithuanian updates (Debian bug #242815)
  2825.  
  2826.   * Norwegian Bokmal translation added (Debian bug #250500, #252507)
  2827.  
  2828.   * Polish updates (Debian bug #248365)
  2829.  
  2830.   * Portugese updates (Debian bug #242309, #242372, #244850, #245699)
  2831.  
  2832.   * Russian added (Debian bug #250498)
  2833.  
  2834.   * Traditional Chinese translation added (Debian bug #244359)
  2835.  
  2836. [4/03/2004]
  2837. Version 0.2.14.1      "Spit and polish"
  2838.  
  2839. Thanks to Christian Perrier <bubulle@debian.org> for helping to triage
  2840. the large pile of new and updated translations that appeared in this
  2841. release.
  2842.  
  2843. - Bugfixes and new features:
  2844.  
  2845.   * You can now forbid aptitude to automatically select a particular
  2846.     package version in an upgrade.  This is mainly meant to make
  2847.     situations where a known-bad package is in unstable easier to handle.
  2848.     This functionality can be accessed via "F" in visual mode, or via
  2849.     the "forbid-version" command-line action.
  2850.  
  2851.   * Several more improvements to how autoinstalled packages are
  2852.     handled.  In particular, you no longer have to chase the whole
  2853.     dependency tree if you de-select and then re-select a package with
  2854.     many autoinstalled dependencies.
  2855.  
  2856.   * Save whether packages are currently going to be upgraded in the
  2857.     state file (separately from whether the package should be
  2858.     installed at all).
  2859.  
  2860.   * If the preview screen will be empty, an explanatory dialog is
  2861.     displayed instead of a blank screen.  If it looks like the user
  2862.     just forgot to press "U", suggest that.
  2863.  
  2864.   * Added a "reinstall" command-line action. (Debian bug #240225)
  2865.  
  2866.   * Added a "%t" formatting escape which displays the Archive of a package.
  2867.     In addition, "aptitude show" with verbosity>1 will display Archive
  2868.     information. (Debian bug #113354)
  2869.  
  2870.   * aptitude now supports the Key attribute of tasks (Debian bug #202781)
  2871.  
  2872.   * Fixed fetching ChangeLogs for classes with epoched versions and
  2873.     for non-free/contrib packages.  (Debian bugs #237340, #233855)
  2874.  
  2875.   * Manpage proofreading and polishing from Danilo Piazzalunga.
  2876.     The reference to apt-get(8) has been corrected, and -t is documented.
  2877.     (Debian bugs #198891, #225053)
  2878.  
  2879.   * Fixed the names of download views in the View menu.
  2880.     (Debian bug #234041)
  2881.  
  2882.   * Use fragment-based layout instead of a vs_pager to display error
  2883.     messages.  This means that they will wrap to the terminal
  2884.     width. (Debian bug #233923)
  2885.  
  2886.   * In the dependency ("d") and version ("v") lists, the description
  2887.     of the selected package is now visible by default.
  2888.  
  2889.   * Added section descriptions for the new archive sections.
  2890.     (Debian bug #233913)
  2891.  
  2892.   * Information on Provides is now included in the package information
  2893.     display and in "aptitude show".  (Debian bug #121979)
  2894.  
  2895.   * Upgrades from security.debian.org should go in a separate
  2896.     top-level tree.  (note: this is untested!)  Also, re-ordered the
  2897.     toplevel trees.
  2898.  
  2899.   * Avoid destroying all visible widgets without quitting in some corner
  2900.     cases. (Debian bug #233783)
  2901.  
  2902.   * Removed some text that was being ignored anyway from the
  2903.     definition of the "miscellaneous" options dialog.  I would have
  2904.     left it alone, but I think it could theoretically cause a problem.
  2905.     (Debian bug #233528)
  2906.  
  2907. - Translation updates:
  2908.  
  2909.   * Brazilian Portuguese program translation update.
  2910.     (Debian bugs #237866, #199306)
  2911.   * Czech translation update. (Debian bug #240604)
  2912.   * Danish program translation update. (Debian bugs #230642, #234805)
  2913.   * Finnish program translation update. (Debian bug #238188)
  2914.   * French program translation update. (Debian bug #237501)
  2915.   * German program translation update. (Debian bug #233917)
  2916.   * Italian translation update. (Debian bug #239915)
  2917.   * Japanese program translation update. (Debian bug #235256)
  2918.   * Japanese translation update. (Debian bug #239242)
  2919.   * Lituanian translation update. (Debian bug #240683)
  2920.   * Norwegian Nynorsk translation update. (Debian bug #241104)
  2921.   * Partial Greek program translation added. (Debian bug #237808)
  2922.   * Partial Traditional Chinese program translation update. (Debian bug #230893)
  2923.   * Portuguese program translation. (Debian bug #239171)
  2924.   * Simplified Chinese translation update. (Debian bug #240739)
  2925.   * Spanish program translation update. (Debian bug #234537)
  2926.  
  2927.  
  2928. [2/15/2004]
  2929. Version 0.2.14        "I say a package, and you say ah pahckahge"
  2930.  
  2931. - Bugfixes and new features:
  2932.  
  2933.   * Several command-line actions no longer crash when sources.list is
  2934.     missing or unreadable.  In addition, if sources.list is present but
  2935.     unreadable, the visual frontend no longer crashes. (Debian bug #220732)
  2936.  
  2937.   * Fixed the detection of packages broken by conflicts.
  2938.  
  2939. - Build system and internal changes:
  2940.  
  2941.   * Use AS_HELP_STRING to format help output from configure.
  2942.  
  2943. - Translation updates
  2944.  
  2945.   * Italian updates (including a manpage translation) from Danilo Piazzalunga.
  2946.  
  2947.   * Fixed the translation of a format string in the Czech translation, which
  2948.     was causing segfaults.
  2949.  
  2950. [2/13/2004]
  2951. Version 0.2.13.9999.3 "Sisyphus Boulder Transportation and
  2952.                        Delivery Engineers, Incorporated[tm]"
  2953.  
  2954. - Bugfixes and new features:
  2955.  
  2956.   * In the information area for packages, a note about disk usage
  2957.     is printed (eg, "This package will be upgraded for <v1> to <v2>,
  2958.     using 1111kB of additional disk space.")  Useful for sending
  2959.     bug reports to maintainers who accidentally upload unstripped
  2960.     binaries of their latest package version.
  2961.  
  2962.   * (undocumented) Experimental support for "filling" some text to the
  2963.     screen width; set Aptitude::UI::Fill-Text to True to use this.
  2964.  
  2965.   * An FAQ is now shipped with aptitude.  I could only think of two
  2966.     questions, but I expect that more will be asked over time.
  2967.  
  2968. - Build system and internal changes:
  2969.  
  2970.   * aptitude can now be compiled with g++ 3.0.  g++ 2.95 is not
  2971.     supported due to at least one nasty bug in its STL which prevents
  2972.     aptitude from compiling.  However, compiling with g++ 3.0 is enough
  2973.     to get a woody backport.
  2974.  
  2975. - Translation updates:
  2976.  
  2977.   * Further Italian updates from Danilo Piazzalunga.
  2978.  
  2979.   * Spanish translation updates from Ruben Porras.
  2980.  
  2981. [2/8/2004]
  2982. Version 0.2.13.9999.2 "Polar Eclipse"
  2983.  
  2984. - Bugfixes and new features:
  2985.  
  2986.   * Further enhancements to the new information display.  It now shows
  2987.     any packages that are broken "because of" the currently selected
  2988.     package.  In addition, the information is colorized (if the
  2989.     terminal supports it) to give a better idea of why dependencies
  2990.     are broken.
  2991.  
  2992.   * The information area will automatically switch to showing
  2993.     dependency information when a package breaks (press 'i' to switch
  2994.     back).
  2995.  
  2996.   * Fixed the changelog fetching code. (Debian bugs #103455, #208041)
  2997.  
  2998.   * aptitude no longer automatically holds packages in any
  2999.     circumstance; packages can be automatically kept back, but this
  3000.     doesn't persist the way hold does.  (Debian bug #149161)
  3001.  
  3002.   * Added support for a "show" action on the command-line.
  3003.  
  3004.   * Invalid patterns no longer crash the search function.
  3005.     (Debian bug #214245)
  3006.  
  3007.   * Downgrades are now written to the log.  (Debian bug #222583)
  3008.     Patch from Danilo Piazzalunga.
  3009.  
  3010.   * Scrollbars are now clickable.
  3011.  
  3012.   * Many minor changes not mentioned here; see ChangeLog for the gory
  3013.     details.
  3014.  
  3015. - Internal changes:
  3016.  
  3017.   * Removed the HAVE_LIBAPT_PKG3 macro: this was intended to support
  3018.     compiling against old apt versions, but those versions are now
  3019.     ancient, and the program doesn't compile against them anyway.
  3020.     Even if you wanted to, aptitude relies on having a newer version
  3021.     of g++, while older apt versions won't even compile on modern g++
  3022.     versiosn.
  3023.  
  3024. - Translation-related changes:
  3025.  
  3026.   * zh_CN translation of help.txt added (also from Carlos).
  3027.  
  3028.   * pt_BR translation updated (Andre Luis Lopes).
  3029.   
  3030.  
  3031. [2/3/2004]
  3032. Version 0.2.13.9999 "It goes ZIP when it moves!"
  3033.  
  3034. - Bugfixes and new features:
  3035.  
  3036.   * Don't abort loading the cache if apt generates warnings, such as
  3037.     the warning that a new source is available.  This means that
  3038.     aptitude doesn't behave pathologically when you add a new line to
  3039.     sources.list.  (Debian bug #143732)
  3040.  
  3041.   * Holding a package back or clearing a package's hold flag no longer
  3042.     affect the auto-install flag.  (Debian bug #159582)
  3043.  
  3044.   * Expanded the "reason" information that can be shown about
  3045.     packages, and hooked it into the visual interface (the preview
  3046.     display will show this information automatically)
  3047.  
  3048.   * In previews, include a list of packages which are not installed
  3049.     but are suggested by packages that are being installed.
  3050.  
  3051.   * Entering the Preferences dialog for the first time no longer
  3052.     causes Suggested packages to be automatically installed.
  3053.  
  3054.   * Fix the way that options set via the dialogs are saved.
  3055.     (Debian bug #216268)
  3056.  
  3057.   * Added a scrollbar for the package description.
  3058.  
  3059.   * Added padding between the labels of options and their settings (in the
  3060.   * preference dialogs)
  3061.  
  3062.   * Removed the idempotency option from the dialogs.
  3063.  
  3064.   * Removed ~e: it was broken, inelegant, and superceded by regexps.
  3065.     (Debian bug #196447)
  3066.  
  3067.   * Additional minor bugfixes and editorial changes.
  3068.  
  3069. - Build system and internal changes:
  3070.  
  3071.   * Now uses autoconf2.5.
  3072.  
  3073.   * Added a flexible system for formatting text (see fragment.cc).
  3074.     This system is now used to handle package descriptions, as well as
  3075.     a few other things.  This is a very promising addition to
  3076.     aptitude's UI toolkit, and will almost certainly be used for
  3077.     additional features in the future.  (for instance, it's about
  3078.     80-90% of the way to being able to display simple hypertext)
  3079.  
  3080. - Translation-related changes:
  3081.  
  3082.   * Missing i18n markings added to many strings.
  3083.     (Debian bug #230060)
  3084.  
  3085.   * Fixed the German translation of "limit" (Debian bug #214021)
  3086.  
  3087.   * Added a pt_BR translation, thanks to Gustavo Silva.
  3088.     (Debian bug #214116)
  3089.  
  3090.   * Added an Italian translation, thanks to Danilo Piazzalunga.
  3091.  
  3092.   * Updates to da.po from Morten Bo Johansen.
  3093.  
  3094.   * Added a Czech translation, thanks to Miroslav Kure.
  3095.  
  3096. [6/9/2003]
  3097. Version 0.2.13 "Pop goes the weasel"
  3098.  
  3099.   * Fixes a number of crashes due to mishandling of memory, spotted
  3100.     by Peter Lundkvist and Sami Liedes.
  3101.     (Debian bug #192073 and #109420)
  3102.  
  3103.   * Fix some crashes after updates, diagnosis by Peter Lundkvist.
  3104.     (Debian bug #109420)
  3105.  
  3106.   * No longer occasionally uses the first letter of the description as
  3107.     a flag character, diagnosis by Seneca Cunningham. (Debian bug #183462)
  3108.  
  3109.   * Translation updates to pt_BR by Andre Luis Lopes (Debian bug #195755)
  3110.  
  3111.   * Ported to libsigc++-1.2.  Hopefully everything should work fine,
  3112.     but I can't guarantee that no problems remain.
  3113.  
  3114.   * Added an option to disable -Werror, needed until Debian's ncurses
  3115.     implementation is fixed.
  3116.  
  3117. [2/10/2003]
  3118. Version 0.2.12 "O Ye of Little Faith!"
  3119.   * Compiles with g++-3.2.  (Debian bugs #166435, 177092, 177463, 178520, and
  3120.     maybe others)
  3121.  
  3122.   * Match strings can be POSIX regular expressions.  (note that
  3123.     regular expression metacharacters which also have a special
  3124.     meaning for aptitude, such as "(", ")", and "!", must be tilde-escaped)
  3125.     (Debian bug #142450)
  3126.  
  3127.   * You can now see how much each package's installed size changed by
  3128.     by specifying -Z on the command-line.  (only works for command-line
  3129.     upgrades so far)
  3130.  
  3131.   * You can search for text in the internal pagers.  (Debian bug #144085)
  3132.  
  3133.   * Fixes to formatting code (Debian bug #163749)
  3134.  
  3135.   * When searching for packages from the command-line, you can now
  3136.     specify the order in which to sort results.
  3137.  
  3138.   * If no version of any package could possibly fulfill a dependency,
  3139.     it is textually flagged as "UNAVAILABLE".  (Debian bug #157950)
  3140.  
  3141.   * The quick-help bar now indicates that "g" will also remove packages.
  3142.     (Debian bug #158966)
  3143.  
  3144.   * Disable saving/loading of packages' reinstall state, it's too annoying.
  3145.     (Debian bugs #167236, #121346)
  3146.  
  3147.   * Bold colors can be specified in the config file (although they will
  3148.     cause problems in some contexts).  (Debian bug #168287)
  3149.  
  3150.   * "Minor" fix to the package gc: when marking packages, follow
  3151.     pre-depends.  This fixes the bug which prevented installation of
  3152.     the new dpkg (this fix was previously introduced as a Debian revision,
  3153.     and closed bug #151701)
  3154.  
  3155.   * Startup should be faster in certain circumstances (eg: when many new
  3156.     packages are available, or many packages have changed state)
  3157.  
  3158.   * "aptitude install <task-name>" will install all packages in the task.
  3159.     (Debian bug #165624)
  3160.  
  3161.   * The resize bug in curses is fixed; re-enabled asynchronous resizing.
  3162.  
  3163.   * Equivalent to apt-get's "-t" command-line argument.
  3164.     (Debian bug #151583)  NOTE: this is untested, since I don't have a
  3165.     machine where it would have any interesting effect, but I'm setting the
  3166.     same APT option as apt-get, so it should work.  The effects on
  3167.     the interactive mode of the program are unknown at this time, use
  3168.     with caution!
  3169.  
  3170.   * Translation updates to:
  3171.    - da.po by Morten Bo Johansen <mojo@image.dk> (Debian bug #171903)
  3172.    - pt_BR.po by Andre Luis Lopes <andrelop@ig.com.br> (Debian bug #162512)
  3173.  
  3174.    In addition, changed the content-type of fr.po (Debian bug #156616)
  3175.  
  3176.   * The information in the log file about how much the size changed by
  3177.     should be much more legible now.  (Debian bug #154924)
  3178.  
  3179.   * Fixed an integer overflow when downloading really humongous packages.
  3180.     (Debian bug #171903)
  3181.  
  3182.   * Documented "M" and "m" in the online help (Debian bugs #160936, #154000)
  3183.  
  3184.   * Expunged all references to the "x" keybinding. (Debian bug #166571)
  3185.  
  3186.   * Several minor fixes of bugs, memory leaks, etc.
  3187.  
  3188. [4/21/2002]
  3189. Version 0.2.11.1 "Data updates are my friend"
  3190.   * This release has corrections to typos and other data issues; it does
  3191.     not change a single line of code.  This should be pushed into woody.
  3192.  
  3193.   * Merged updated Polish translations from Michal Politowski
  3194.    <mpol@charybda.icm.edu.pl>  (Debian bug #143051)
  3195.  
  3196.   * Merged updated Finnish translations from Jaakko Kangasharju <ashar@iki.fi>
  3197.  
  3198.   * Included information on the CVS tree (Debian bug #141371)
  3199.  
  3200.   * Fixed the dangling reference to SEARCHING in the manpage
  3201.   (Debian bug #142651)
  3202.  
  3203. [4/06/2002]
  3204. Version 0.2.11 "Look Ma, No Hands!"
  3205.            aka "Hello, JoeyH :)"
  3206.  
  3207.   * IMPORTANT: The "new" command style is now default.  The old one is
  3208.   available from the options menu, and users of previous versions may have
  3209.   it in ~/.aptitude/config.  The new style is fairly straightforward,
  3210.   and similar to dselect.  (eg: '+' tells the program to install the package
  3211.   at the most recent version, and/or cancels holds)
  3212.     With any luck, this will squeeze into woody; I don't need a whole new
  3213.   generation of users used to the old imprecise system before I change it.
  3214.  
  3215.   * '+' on an installed package no longer reinstalls it.  A separate
  3216.   keybinding for reinstalling packages is now available, defaulting to 'L'.
  3217.   (Debian bug #183122)
  3218.  
  3219.   * The prompt in command-line mode now allows you to enter the full UI,
  3220.   or to modify the set of installed/removed/purged packages.
  3221.   (Debian bug #136916)
  3222.  
  3223.   * The preview in command-line mode can be more informative: it can display
  3224.   version numbers and dependency information.  (-V and -D)
  3225.  
  3226.   * Added a -P option; passing it causes aptitude to always prompt for
  3227.   confirmation.
  3228.  
  3229.   * Verbosity levels are now available.  Right now this only affects
  3230.   simulation (with verbosity=0, the long list of "Inst foo/Conf foo/etc"
  3231.   is suppressed)
  3232.  
  3233.   * Many command-line options can now be given in the configuration file.
  3234.   (eg, Aptitude::CmdLine::Show-Versions for -V)
  3235.  
  3236.   * The command-line mode now supports an "unhold" command.
  3237.   (Debian bug #137770)
  3238.  
  3239.   * Tasks and sections now have "descriptions" which appear in the
  3240.   `package description area'.  (Debian bug #136684)
  3241.  
  3242.   * Added a %H display escape, which expands to the hostname of the
  3243.   computer aptitude is running on.  (Debian bug #137754)
  3244.  
  3245.   * In command-line mode, the prompt is suppressed on upgrades when nothing
  3246.   is to be done. (Debian bug #137302)
  3247.  
  3248.   * Reinstalled packages are displayed in the preview screens again.
  3249.   (Debian bug #138120)
  3250.  
  3251.   * Rewrote the description widget's formatting code to be reasonably
  3252.   legible; this had the side effect of fixing an otherwise tricky bug.
  3253.   (Debian bug #137783)
  3254.  
  3255.   * Fixed a bug which made the Tasks tree virtually useless by hiding
  3256.   many packages. (Debian bug #136684)
  3257.  
  3258.   * If the user aborts an update, reload the cache.  (Debian bug #138070)
  3259.  
  3260.   * autoclean now defaults to false, the "safe" option.  (Debian bug #138685)
  3261.  
  3262.   * Fixed a nasty segfault involving running off the end of the list.
  3263.   (Debian bug #136967)
  3264.  
  3265.   * Fixed an infinite loop if the user tried to scroll the description while
  3266.   it was hidden. (Debian bug #140361)
  3267.  
  3268.   * The "install" command-line action doesn't interpret trailing plus
  3269.   characters (or hyphens, underscores, or equal signs) in a package name
  3270.   as explicit install requests if a package by that name already exists.
  3271.     In short: "aptitude install g++" actually works.  (Debian bug #140933)
  3272.  
  3273.   * Focus handling: you can no longer focus an empty description widget, and
  3274.   the highlight bar in the package tree is hidden when the tree loses focus.
  3275.   (Debian bug #136550)
  3276.  
  3277.   * "aptitude --help" now documents the "download" command.
  3278.   (Debian bug #138150)
  3279.  
  3280.   * The status messages on startup are now suppressed in the "aptitude search"
  3281.   command. (Debian bug #136873)
  3282.  
  3283.   * When the download is stalled, "stalled" is now displayed in the progress
  3284.   bar.  (Debian bug #136520)
  3285.  
  3286.   * The command-line mode deals sanely with window resizes.
  3287.   (Debian bug #137945)
  3288.  
  3289.   * For obsolete and local packages, an "available" version is not displayed.
  3290.   (Debian bug #120872)
  3291.  
  3292.   * Added a description for the "alien" section (Debian bug #136684)
  3293.  
  3294.   * aptitude now recognizes "--version" (Debian bug #141296)
  3295.  
  3296.   * German translation updated, courtesy of Erich Schubert <erich@debian.org>
  3297.  
  3298.   * Thanks go to joeyh (and others) for sending in a slew of bug reports
  3299.   and suggestions.
  3300.  
  3301. [3/02/2002]
  3302. Version 0.2.10 "World Domination Or Bust"
  3303.   * aptitude now has support for batch/command-line mode, similar to apt-get.
  3304.     This isn't going to make everyone happy just yet, but it should cover
  3305.   most common cases.  Upgrades via this approach get all the usual benefits
  3306.   of aptitude (tracking unused packages, recommends, etc).   There are
  3307.   various other features; see aptitude(1).
  3308.  
  3309.   * If a package matches the "never remove these packages" expression,
  3310.   not only will it not be removed automatically, but its dependencies
  3311.   are also protected.
  3312.  
  3313.   * Documented the "p" state of packages.  (Debian bug #135112)
  3314.  
  3315.   * Matchers now exist for upgradable and new packages.  The new meaning
  3316.   of the ~r matcher (things which would be removed due to being unused)
  3317.   has been assigned to the new ~g matcher; the old ~r meaning has been
  3318.   reinstated.  (Debian bug #135571)
  3319.  
  3320.   * If Suggested packages are being installed by default, no packages
  3321.   will be removed automatically if something else Suggests them.  There
  3322.   are still a few odd cases here, but this is probably about as
  3323.   good as I can do for now.  (Debian bug #135956)
  3324.  
  3325.   * There is now a menu item to mark all upgradable and not manually held
  3326.   packages for upgrade.
  3327.  
  3328.   * Packages being downgraded are now split into their own section in the
  3329.   preview.
  3330.  
  3331.   * Logging is now on by default; /var/log/aptitude is used.
  3332.  
  3333.   * When Auto-Upgrade is off, packages which are not manually held are
  3334.   not displayed with "h" in the action field.
  3335.  
  3336.   * Updated Finnish translations from Jaakko Kangasharju <ashar@iki.fi>
  3337.  
  3338.   * Fixed a display problem in the download screen; the amount of time
  3339.   displayed in the summary always had an extra "s" appended to it.
  3340.   (Debian bug #135567)
  3341.  
  3342.   * Removed the INSTALLATION section from the manual; however, it
  3343.   was replaced by command line options.  I'm not sure how joeyh
  3344.   will feel about this fix.  (Debian bug #136478)
  3345.  
  3346. [2/17/2002]
  3347. Version 0.2.9.4 "Black Holes Are Where God Divided By Zero"
  3348.   * When calculating the time remaining in a download, aptitude
  3349.   was dividing by CurrentCPS.  Unfortunately, CurrentCPS is often
  3350.   zero!  On some platforms this works anyway, but it crashes on others
  3351.   (eg, alpha)
  3352.  
  3353.    The code now tests whether CurrentCPS is zero when generating the
  3354.   progress bar. (Debian bug #122064)
  3355.  
  3356.   * Forget-new-on-update actually works. (Debian bug #134226)
  3357.  
  3358. [2/10/2002]
  3359. Version 0.2.9.3 "Curse you, gcc steering committe!"
  3360.   * g++-3 #defines _GNU_SOURCE by default, causing compilation to
  3361.   die in because it's already defined.  All #define _GNU_SOURCE
  3362.   directives are now protected.  (Debian bug #133250)
  3363.  
  3364.   * Actually include the Polish translation of the manpage, and update
  3365.   pl.po slightly.
  3366.   (Debian bug #114396)
  3367.  
  3368. [2/09/2002]
  3369. Version 0.2.9.2 "Odds 'n Ends"
  3370.   * This release is because I accidentally left some uncommitted cruft on
  3371.   a computer I wasn't planning to use for a while.  I rediscovered it,
  3372.   equally accidentally, and am now releasing it officially.
  3373.  
  3374.   * Added %M to the default column display.
  3375.  
  3376.   * Tweaked the preview screen so that packages which are being automatically
  3377.   upgraded do not appear as being "Automatically Installed" (maybe not the best
  3378.   way of doing things?)
  3379.  
  3380.   * Really fixed the su-to-root stuff.
  3381.  
  3382.   * ~ahold now really does the Right Thing (same for some related stuff)
  3383.   (Debian bug #126800)
  3384.  
  3385. [2/09/2002]
  3386. Version 0.2.9.1 "Silence of the LANs"
  3387.   * Argh.  I left a bug in 0.2.9; marking a package as auto-installed screwed
  3388.   up undo.  Fixed now.
  3389.  
  3390. [2/09/2002]
  3391. Version 0.2.9 "Please Sir, Can I Have Some More?" aka
  3392.               "When Changelog Entries Attack" aka
  3393.               "Slower Than Cold Molasses"
  3394.   * This one took so long to get out and has so many bugfixes that it
  3395.    gets three release names.  Aren't you happy? :)
  3396.  
  3397.   * aptitude now has functionality similar to debfoster/deborphan.
  3398.   It tracks whether a package was automatically installed and
  3399.   automatically marks automatically installed, but not-depended-upon,
  3400.   packages for removal.  You can of course adjust this behavior; see
  3401.   the "TRACKING UNUSED PACKAGES" section of the manual.
  3402.     (Debian bugs #122726, #102205, #114464)
  3403.  
  3404.   * Added logic for idempotent package commands, and an option to enable
  3405.   them.  I feel that these commands are actually much more logical than
  3406.   the old-style aptitude commands.
  3407.  
  3408.   * Packages which are held, but broken, are now visually flagged as being
  3409.   broken.  (Debian bug #120785)
  3410.  
  3411.   * The log messages now include date/time.  (Debian bug #120874)
  3412.  
  3413.   * Re-ordered the preview screen's grouping.  I would like feedback
  3414.   on this.  (Debian bug #128542)
  3415.  
  3416.   * Rewrote several sections of the documentation, partly based on user
  3417.   input.  (Debian bug #126492)
  3418.  
  3419.   * Mark all upgradable packages for upgrade before resolving any
  3420.   dependencies.  This handles a situation involving ORed version-specific
  3421.   dependencies.  (Debian bug #108379)
  3422.  
  3423.   * Changed the symbols for collapsed/opened trees to something not
  3424.   using +/-, which seem to be ambiguous.  (Debian bugs #120890, 102033)
  3425.  
  3426.   * When editing a string, the cursor now starts at the beginning of the
  3427.   line.  (Debian bug #120890)
  3428.  
  3429.   * When reconfiguring packages, gracefully handle the case where
  3430.   /usr/sbin/su-to-root does not exist.  (Debian bug #130423)
  3431.  
  3432.   * Really made translated header widths work (and I tested it this time! :) )
  3433.   (Debian bug #114401)
  3434.  
  3435.   * Corrected a misspelling in the options dialog (Debian bug #120887)
  3436.  
  3437.   * Updates to da.po from Morten Brix Pederson <morten@wtf.dk>
  3438.  
  3439.   * The information bar at the top of the screen is now translatable.
  3440.   Patch from Morten Brix Pederson.
  3441.  
  3442.   * Fixed a misspelling in de.po.  (Debian bug #123644)
  3443.  
  3444.   * Fixed a minor display bug when a package category was longer than the
  3445.   width of the screen and the last item in the display.  (Debian bug #123652)
  3446.  
  3447. [12/09/2001]
  3448. Version 0.2.8.1 "Sigh"
  3449.   * Incremental search now returns the display to the starting location on
  3450.   the empty string and invalid patterns.
  3451.  
  3452.   * There is now a matcher for packages which are not depended on in various
  3453.   ways.  (Debian bug #122726)
  3454.  
  3455.   * The pause after a download is now optional (Debian bug #120873)
  3456.  
  3457.   * package data moved to /var/lib by default.  (Debian bug #122334)
  3458.  
  3459.   * Aptitude should not crash on alpha any more, at least, not the way
  3460.   it used to.
  3461.  
  3462.   * Description of the "comm" section changed to explicitly include
  3463.   non-faxmodems. (Debian bug #121951)
  3464.  
  3465.   * "j" and "k" were reversed in the help text.  They are now correct.
  3466.   (Debian bug #122061)
  3467.  
  3468.   * Danish translation from Morten Brix Pedersen <morten@wtf.dk>
  3469.  
  3470.   * es_ES.po has been renamed to es.po.  Someone who knows more about
  3471.   Spanish than me (Jordi Malloch) told me this was a better name for it.
  3472.  
  3473.   * pt_BR.po updated from patch supplied by
  3474.   Andre Luis Lopes <andrelop@ig.com.br>  (Debian bug #122251)
  3475.  
  3476. [11/22/2001]
  3477. Version 0.2.8 "I Like Bunnies"
  3478.   * Better documentation for the behavior of "/" when no special search
  3479.   terms are used.  (Debian bug #120592)
  3480.  
  3481.   * Fixes some segfaults accidentally introduced with the incsearch code.
  3482.  
  3483.   * Incremental search is now an option (defaulting to ON)
  3484.  
  3485.   * Added special matchers which match packages depending on another
  3486.   package.  These matchers take another matcher as an argument, so
  3487.   you can specify conditions such as "packages depending on packages
  3488.   maintained by me"
  3489.  
  3490. [11/21/2001]
  3491. Version 0.2.7.999 "This release will self-destruct in 10 seconds"
  3492.   * This release is a prerelease to 0.2.8, to test the new incsearch code.
  3493.  
  3494.   * Incremental search implemented, finally.
  3495.  
  3496.   * Don't crash if tasksel is missing.  (Debian bug #120578)
  3497.  
  3498.   * Make sure to use the correct translated column widths all the time.
  3499.     (Debian bug #114401)
  3500.  
  3501.   * Minor memory leak in search code fixed (it would leak a few bytes
  3502.   every time you entered a new search term)
  3503.  
  3504. [11/20/2001]
  3505. Version 0.2.7.3 "Boy I'm glad I'm not a turkey"
  3506.   * Categories updated to take into account many new packages in the
  3507.   archive.
  3508.  
  3509.   * New pl translation finally merged.  (Debian bug #114396)
  3510.  
  3511.   * Fixed reference to ~a/~A in README (Debian bug #116695)
  3512.  
  3513. [11/20/2001]
  3514. Version 0.2.7.2 "Ludicrous Speed"
  3515.   * Rewrote the task loader based on input from Jason Gunthorpe.
  3516.     The new version should be significantly faster, especially on
  3517.   low-end systems.  (Debian bug #116750)
  3518.  
  3519.   * Fixed an annoying visual bug involving the page-up key.
  3520.  
  3521.   * Added a menu item to reload the cache on demand (useful for debugging)
  3522.     This is a compile-time option and defaults to being disabled.
  3523.  
  3524.   * The "f" key in Minesweeper mode is now documented in the online help.
  3525.     (Debian bug #120251)
  3526.  
  3527. [10/01/2001]
  3528. Version 0.2.7.1 "Millenium Hand and Shrimp"
  3529.   * Made it compile again using g++-3.
  3530.  
  3531. [10/01/2001]
  3532. Version 0.2.7 "All the zeros and ones"
  3533.   * Version number bumped, just because this is not merely a trivial bugfix,
  3534.   and the version numbers were getting silly.
  3535.  
  3536.   * Added support for the Task header.  (Debian bug #113657)
  3537.     I'm not sure what will happen if you have task- packages as well as
  3538.     Task headers.  Probably something weird.
  3539.  
  3540. [9/22/2001]
  3541. Version 0.2.6.5 "Twisting arms"
  3542.   * Work around a g++ bug on arm by reversing the order of some #includes.
  3543.  
  3544.   * Reverting options no longer sets options which had been set by the user's
  3545.   personal configuration to a blank string.
  3546.  
  3547. [9/15/2001]
  3548. Version 0.2.6.4 "If at first you don't succeed"
  3549.   * Loading keybindings works again.  In addition, it works correctly
  3550.   in the presence of themes.  (the keybindings defined in the theme can
  3551.   be individually overridden by the user)  Fixes Debian bug #112307
  3552.  
  3553.   * The list of available keybindings in README has been corrected.
  3554.  
  3555. [9/14/2001]
  3556. Version 0.2.6.3 "More bug-skooshing"
  3557.   * When compiled without optimization, aptitude no longer crashes whenever
  3558.   a package is unhighlighted.  (I shudder to think why the optimized build
  3559.   wasn't crashing)
  3560.  
  3561.   * move_forward_level no longer ever "falls off the edge of the world".
  3562.   This fixes the segfault reported in #112267.
  3563.  
  3564. [9/13/2001]
  3565. Version 0.2.6.2 "Bug-skooshing"
  3566.   * The program no longer crashes when the hierarchy editor is used.
  3567.   All known something-completely-doesn't-work type bugs are now fixed.
  3568.  
  3569.   * Updated the package categorizations.
  3570.  
  3571. [9/13/2001]
  3572. Version 0.2.6.1 "Darkness over Manhatten"
  3573.   * Fixes a horrible bug in 0.2.6 which prevented downloads from working.
  3574.   (Debian bug #111950)
  3575.  
  3576.   * The translations should be back in the package again.  (d'oh!)
  3577.   (Debian bug #111904)
  3578.  
  3579.   * The default display is back to its usual configuration (oops)
  3580.  
  3581.   * An option now appears in the "UI Options" dialog for the default grouping.
  3582.  
  3583.   * The scrolling behavior of the line-editor should be more friendly.
  3584.   (it'll scroll by single characters to a greater extent)
  3585.  
  3586. [9/8/2001]
  3587. Version 0.2.6 "It's against my programming to impersonate a deity"
  3588.   * IMPORTANT NOTE: this version will not compile on potato.  If anyone
  3589.   cares about this, I can patch the code to not compile themes on
  3590.   potato.  (the problem is that a feature I use to load themes isn't
  3591.   available in potato's libapt)  Alternatively, some brave soul could
  3592.   patch aptitude to load themes using potato's libapt...
  3593.  
  3594.   * Released despite the fact that 0.2.5.3 is not yet in testing.  From
  3595.   my glances at the testing bot's output, the problem is that the deity
  3596.   people are being lazy and not fixing RC bugs, which (since aptitude depends
  3597.   on a version of apt not in testing) is preventing the new apt from going
  3598.   into testing (which would break deity in testing).  And aptitude can't go
  3599.   into testing without the new apt.  Blah.
  3600.     By the time deity-devel fixes their bugs and gets recompiles for all archs
  3601.   and so on, this will be ready for testing.  I would have uploaded it a
  3602.   long time ago, had I realized what would happen.
  3603.  
  3604.   * This version adds support for externally defined package hierarchies,
  3605.   one of the major original goals of aptitude.
  3606.     As usual, this turned out to integrate less well into the program than
  3607.   I had hoped.  Fixing this will probably require another tree-class rewrite,
  3608.   and I think I'll aim at fixing it in 0.4.x.  Anyway, though, the basic
  3609.   stuff is there.  A lot of the work, actually, was in a massive and concerted
  3610.   attempt to make a first-cut hierarchy of all the packages in sid.  This
  3611.   was successful, in the limited sense that such a hierarchy now exists (and
  3612.   is distributed with the program)  However, it has many problems and
  3613.   even some inconsistencies.  Further work on that front is needed.
  3614.  
  3615.     The hierarchy stuff is documented in README.hier.  If you are an APT
  3616.   frontend author, please be aware that it is trivial to implement, and a
  3617.   (slow) generic implementation is available in src/generic/pkg_hier.{cc,h}.
  3618.   (this is currently the implementation used by aptitude itself)
  3619.     In other words: I want to encourage people to use this mechanism.
  3620.  
  3621.     If you are interested in helping improve the categorizations, I suggest
  3622.   using the internal category editor (press "E" while viewing packages)  The
  3623.   Vertical-Split layout is particularly useful for this.
  3624.  
  3625.     Efficiency is somewhat of a concern with this code; however, if you do
  3626.   not use it, it is my hope that it will never affect your use of the program.
  3627.  
  3628.   * In addition, there is slightly hacky support for a "flat package browser".
  3629.   This goes hand-in-hand with the above change, as I found that complex
  3630.   hierarchies were actually harder (for my little mind :) ) to navigate using
  3631.   aptitude's traditional tree-based approach.  Do "New Categorical Browser"
  3632.   from the "Views" menu to try this out.
  3633.  
  3634.   * The screen layout may now be configured by the user.  This is
  3635.   currently only available by editing configuration files, and is
  3636.   undocumented (because it's complicated, and I may change the format
  3637.   for a few revisions while I'm trying to figure out the best way
  3638.   of doing things)  See $prefix/share/aptitude/aptitude-defaults for
  3639.   some examples.
  3640.  
  3641.   * "Theming support" is available.  A "theme" is basically a collection
  3642.   of settings that makes aptitude behave and look differently.  The only
  3643.   themes available are "Vertical-Split" (highly recommended by me for wide
  3644.   consoles or xterms, especially if you're editing package hierarchies), and
  3645.   "Dselect" (not particularly useful even if you are a dselect junkie)
  3646.  
  3647.   * Aptitude::UI::Default-Grouping is now documented, and will not be
  3648.   used to set the grouping of a preview screen (bug #110704)
  3649.  
  3650.   * Aptitude::UI::Package-Header-Format is now documented.
  3651.  
  3652.   * Colors can be defined as being bold.  This cleans out a lot of evil
  3653.   cruft.
  3654.  
  3655.   * A 'short priority' column is now available (added to support a
  3656.   dselect theme)
  3657.  
  3658.   * autoclean-on-update works again.  (bug #108565)
  3659.  
  3660.   * ~ahold works again.  (bug #111466)
  3661.  
  3662.   * Several bugs in the table layout code were fixed; it should behave much
  3663.   more sanely now.
  3664.  
  3665.   * If aptitude (God forbid!) crashes or is killed with a catchable signal,
  3666.   it will now properly shut the display down instead of leaving it in a
  3667.   screwy state.
  3668.  
  3669.   * Fixed building on ia64 (old nasty debug code was breaking it)
  3670.  
  3671.   * Deleted the note in the README about "Save Options"
  3672.  
  3673.   * The configuration is now saved to config.new and moved to config using
  3674.   rename(2).  This should guard better against problems with the save process.
  3675.  
  3676.   * Subtree names in small windows are no longer clipped to one character
  3677.   too short.
  3678.  
  3679.   * Updated my mailing address in README and AUTHORS to @debian.org.
  3680.  
  3681. [8/6/2001]
  3682. Version 0.2.5.3 "I hate build errors"
  3683.   * getopt_long returns an int, not a char.  This caused signedness problems
  3684.   on powerpc.
  3685.   * time() and difftime() are in time.h.  This caused compile problems
  3686.   on the Hurd; it seems they were accidentally implicitly included on other
  3687.   platforms.
  3688.   * "make dist" no longer generates the ChangeLog automatically from RCS
  3689.   entries.  This means that I'll have to maintain it manually, but that
  3690.   REALLY beats having to download the full log for every file over a phone
  3691.   line every time I release a new version.
  3692.  
  3693. [7/27/2001]
  3694. Version 0.2.5.2 "Dashing away with a smoothing iron"
  3695.   * Fix an endianess problem that caused crashes on Alpha (among others)
  3696.   (Debian bug #106588)
  3697.  
  3698. [7/24/2001]
  3699. Version 0.2.5.1 "Hand me the brown paper bag, nurse!"
  3700.   * Using a widget with a history list no longer segfaults the program.
  3701.   Lesson of the day: never assume that a change is benign even if it couldn't
  3702.   possibly cause any problems!  (Debian bug #106378)
  3703.  
  3704. [7/23/2001]
  3705. Version 0.2.5 "Drop the text editor and back away slowly"
  3706.   * Multi-CD installs now work.  (Debian bug #104236)
  3707.  
  3708.   * Mouse support added.  Doesn't do much now, but the menus and buttons will
  3709.   work with it, and you can double-click packages to see information on them.
  3710.  
  3711.   * The download list can be scrolled left and right using the left and right
  3712.   arrow keys.
  3713.  
  3714.   * Line-editors can now have a history list.  (used when entering search and
  3715.   limit terms, grouping mechanisms, and sorting policies)
  3716.  
  3717.   * The prompt to enter a search term now defaults to an empty string; press
  3718.   up or Control-P to recall the previous term.
  3719.  
  3720.   * The 'set group' command now displays the current group as a default
  3721.   entry.  (Debian bug #103962)
  3722.  
  3723.   * The Minesweeper help screen should really work this time.
  3724.  
  3725.   * The Install/Remove menu item does the same thing as pressing 'g' when
  3726.   a preview is selected.
  3727.  
  3728.   * Added a line at the top of the screen listing some important keybindings,
  3729.   and removed the welcome dialog.  The welcome dialog was annoying, and
  3730.   extensive user testing (consisting of me watching over my sister's shoulder
  3731.   for about 5 minutes) revealed that people don't bother to read the
  3732.   keybinding information in it anyway.  (Debian bug #104483)
  3733.  
  3734.   * The primary Undo keybinding (ie, the one displayed in the menu) is now
  3735.   C-u, not C-_.
  3736.  
  3737. [7/19/2001]
  3738. Version 0.2.4 "C++ standard?  What C++ standard?"
  3739.   * aptitude compiles with g++-3.0.  (Debian bug #104723)
  3740.   * help-fi.txt is now in CVS (it was in the distribution tar.gz, but never
  3741.   got added to CVS.  Go figure)
  3742.  
  3743. [7/11/2001]
  3744. Version 0.2.3 "Curse you, Peter Pan!"
  3745.   * Finally, a new version..unfortunately, aptitude 0.2.2 needs two more days
  3746.   to get into testing, and I'm going to be gone in a few days.  I want to
  3747.   upload this version significantly before the freeze, since it fixes some
  3748.   bugs and could also add some that'll have to be squashed.  So I'm going to
  3749.   say farewell to my dreams of 0.2.2 in testing, and upload this.  Maybe I
  3750.   should increase the urgency, I really don't want the version in testing
  3751.   to be released with woody.
  3752.  
  3753.   * This version of aptitude should compile on Progeny Linux and on potato.
  3754.  
  3755.   * aptitude can now attempt to automatically su to the root user when
  3756.   running as a non-root user.  Treat this with some care, as it's a fairly
  3757.   complex and new feature -- ie, there are probably bugs and unexpected
  3758.   behavior lurking in it.
  3759.  
  3760.     However, this should provide an escape route in "OMG, I just spent an hour
  3761.   picking programs to install and forgot I wasn't root!" situations.
  3762.  
  3763.   * aptitude now supports some command-line options, see "man aptitude" for
  3764.   details.
  3765.  
  3766.   * "status bar" downloads aren't any more; "split-screen" is more
  3767.   accurate.  They display the currently active items and leave out the
  3768.   history of past downloads.
  3769.  
  3770.   * With any luck, the media-change message should now fit on one line.
  3771.   This still doesn't handle the case where the CD name is longer than the
  3772.   screen width, but I hope it'll do for now.
  3773.  
  3774.   * Pressing "q" while a 'status bar' download is in progress now stops it.
  3775.  
  3776.   * If the package list is resized so that the selection would be off the
  3777.   screen, the selection will now be preserved. (Debian bug #103963)
  3778.  
  3779.   * A package description with a word which is longer than the screen width
  3780.   will no longer crash aptitude.  (Debian bug #103691)
  3781.  
  3782.   * Broken dependencies now have a visual marking other than color.
  3783.   (Debian bug #79047)
  3784.  
  3785.   * If the menubar autohides and the user opted to be able to close all
  3786.   screens without exiting the program, force the menu to be visible
  3787.   anyway if no screens are active. (Debian bug #102918)
  3788.  
  3789.   * Fixed bugs that prevented the "utils" and "hamradio" sections from having
  3790.   descriptions displayed.
  3791.  
  3792.   * If you try to start aptitude as root while the apt cache is locked, it
  3793.   will open the cache read-only. (previously it just refused to run at all)
  3794.  
  3795.   * A limit type based on the action to be taken with a package
  3796.   (install/upgrade/remove/purge/reinstall/hold) is now available.
  3797.   (Ted Tso's suggestion, no bug #)
  3798.  
  3799.   * The 'action' keys can now advance the cursor to the next item at the
  3800.   current level.  They won't advance into subtrees or out of the current
  3801.   subtree; this is because it's nontrivial for me to move to the "next"
  3802.   subtree due to the design, and moving out of a subtree violates the
  3803.   Principle of Least Surprise (not to mention probably causing you to delete
  3804.   half your packages)  (Debian bug #104209)
  3805.  
  3806.   * Pressing '?' while playing Minesweeper will actually show a help screen
  3807.   now.
  3808.  
  3809.   * You can now run dpkg-reconfigure from within aptitude (it's a silly
  3810.   feature, but it's also about 10 lines of code..)
  3811.  
  3812.   * When aptitude starts for the first time, it will *not* mark every
  3813.   package as new.
  3814.  
  3815. [6/29/2001]
  3816. Version 0.2.2 "Finlandia"
  3817.   * The Finnish translations have been updated to work with 0.2.0.  This is
  3818.   the major change in this release.
  3819.  
  3820.   * Default widths can now be set by the translator, albiet in a slightly
  3821.   hacky way.  (you can translate a string of numbers to set them.  See
  3822.   pkg_columnizer.cc for a short description)
  3823.  
  3824.   * A short description of each section is now displayed next to the section
  3825.   itself.  This clutters things up a bit and may be modified or removed in
  3826.   a future release.
  3827.  
  3828. [6/28/2001]
  3829. Version 0.2.1 "Another Fine Mess"
  3830.   * Options are now automatically saved when you hit "OK".  Let's hope I was
  3831.   overly paranoid earlier about the possible consequences of this..
  3832.  
  3833.   * Installing from CD-ROMs works.  Amazingly, this worked perfectly in every
  3834.   release through 0.1.9 -- 0.2.0 broke it when I changed the semantics of
  3835.   popup_widget(), and I couldn't test it until I finally found a CD..
  3836.  
  3837.   * Minesweeper's dialog boxes (new game, etc) work.  (although pressing
  3838.   Enter while Cancel is selected does the Wrong Thing..)
  3839.  
  3840.   * The original behavior of the tree widgets has been restored: they only
  3841.   scroll one line at a time.  Personally, I find this to be much better; I
  3842.   hope you do too.
  3843.  
  3844.   * Really fixed the signedness issues with addch() this time.  (I hope..)
  3845.  
  3846.   * The ancient bug that caused the root of the tree to be hidden when you
  3847.   pressed End has been found and terminated (with extreme prejudice)
  3848.  
  3849. [6/25/2001]
  3850. Version 0.2.0 "Damn The Torpedoes, Full Speed Ahead!"
  3851.   * Ok, it took a bit longer than I expected.  Sue me.
  3852.  
  3853.   This is the first version in the 0.2.0 "stable" series, where "stable"
  3854. means "working reasonably well".  User-visible changes from 0.0.x include:
  3855.  
  3856.   * The UI has been completely rewritten.  Several changes below
  3857.   follow from this, but in general it allowed the interface to become
  3858.   more flexible and dynamic.
  3859.  
  3860.   * aptitude now supports a split-screen display.  It isn't visible by
  3861.   default in all screens; press 'D' to show or hide it.
  3862.  
  3863.   * There is a global menubar.
  3864.  
  3865.   * The currently active views are arranged less like a stack: you can
  3866.   cycle between them or jump to a particular one.
  3867.  
  3868.   * 'x' no longer has any function.  You cannot say "revert all
  3869.   changes I made in this display", because with a non-stack display
  3870.   model, "all changes I made in this display" doesn't make sense.
  3871.  
  3872.   * You can read this document from within the program.
  3873.  
  3874.   * The program options can be modified from within the program.
  3875.  
  3876.   * You can configure the way in which packages are grouped and
  3877.   sorted.
  3878.  
  3879.   * You can play Minesweeper from within the program.
  3880.  
  3881.   * The download display has been entirely rewritten.  ie, it works
  3882.   now and isn't so much of a hack.
  3883.  
  3884.   * When a package is marked for installation, aptitude can now
  3885.   install the packages it recommends and/or suggests as well.
  3886.  
  3887.   * aptitude can now perform clean and autoclean operations.
  3888.  
  3889.   * much, much more.  (well, maybe not.  Do I look like I know?)
  3890.  
  3891. Changes from version 0.1.9:
  3892.  
  3893.   * Aptitude::UI::Prompt-On-Exit works again.
  3894.  
  3895.   * The extended description area can be hidden by default.
  3896.  
  3897.   * Autoclean actually works, rather than just saying that it works.
  3898.  
  3899.   * The menubar now automatically pops up the first menu, rather than
  3900.   doing this "select the menu name" thing.
  3901.  
  3902.   * It should now be possible to view the NEWS file from the Help
  3903.   menu.
  3904.  
  3905.   * Removed the Test Error.
  3906.  
  3907.   * Added src/vscreen/README.layout to the files which are included in
  3908.   the distribution.
  3909.  
  3910.   * You now get the extended description area, status line, and so on
  3911.   in all screens, even if you access them via a version item (oops)
  3912.  
  3913.   * The extended description no longer allows you to scroll off the bottom.
  3914.  
  3915.   * Fixed sorting, in an only slightly ugly way.  (the configurable
  3916.   sorting was only being applied to the first level of hierarchy)
  3917.  
  3918.   * Eight-bit characters should work again in vs_pager, I hope.
  3919.  
  3920.   * vscreen/ compiles with g++-3.0.
  3921.     The convention I'm now using for STL classes is this: header files
  3922.   should explicitly use "std::" to access them; .cc files should
  3923.   declare "using std" (AFTER all #includes!)
  3924.  
  3925.   * Several strings were still hard to translate because they were
  3926.   used in concatenation to produce a result.
  3927.  
  3928.   * Menu tweaks: the "o" in "Remove obsolete packages" is now
  3929.   highlighted.
  3930.  
  3931.   * Fixed some random deadlocks by using recursive mutexes.
  3932.  
  3933.   * Documentation updated, although not as much as I wanted to.
  3934.  
  3935. Pre-0.2.0 versions:
  3936. ===============================================================================
  3937. [6/18/2001]
  3938. Version 0.1.9 "Speak Now Or Forever Hold Your Peace."
  3939.   * If there are no serious bug reports about this, APTITUDE 0.2 WILL
  3940.   BE UPLOADED TO UNSTABLE IN THE NEAR FUTURE!  Therefore, if you know of
  3941.   a problem that should prevent this from being released into the wild,
  3942.   PLEASE TELL ME!  Thank you.
  3943.  
  3944.   * There is now a header which displays various useful information.
  3945.  
  3946.   * The views all display a header, description area, and status line.
  3947.   (previously only the main package list displayed them)
  3948.  
  3949.   * The status line now does something slightly more sensible when no package
  3950.   is selected.  Suggestions for further refinement welcome
  3951.  
  3952.   * Changing the status layout configuration now has an immediate effect.
  3953.  
  3954.   * You can now have a separate limit for preview screens
  3955.   (Aptitude::UI::Preview-Limit)
  3956.  
  3957.   * Various informational messages are displayed in the status line now if
  3958.   the "minibuffer interaction" option is set.
  3959.  
  3960.   * Package matchers for Origin and Archive are now available.
  3961.  
  3962.   * There is now an option ("Aptitude::UI::Welcome-Dialog") controlling
  3963.   whether the potentially annoying welcome dialog is displayed on startup.
  3964.  
  3965.   * Various potential crashes fixed, I hope.
  3966.  
  3967. [6/15/2001]
  3968. Version 0.1.8 "Making a List and Checking It Twice"
  3969.   * Viewing dependencies no longer causes Aptitude to enter an infinite loop
  3970.  
  3971.   * Added consistency checking: you can no longer perform an installation
  3972.   run if there are broken packages (the problem-resolver will run and you
  3973.   will be sent back to the preview screen)
  3974.  
  3975.   * Aptitude can now install Recommends and Suggests when a package is
  3976.   selected for installation.  (note, however, that libapt is a little screwy
  3977.   and seems to behave incorrectly if there is an OR in the Recommends: or
  3978.   Suggests: line.  I'll work up a proper bug report when I have a chance)
  3979.  
  3980.     This only works if Auto-Install is on.  Therefore:
  3981.  
  3982.   * Auto-Install IS NOW ON BY DEFAULT!  I think this should be fine, but people
  3983.   should be aware of this.
  3984.  
  3985.   * Aptitude can now perform the "autoclean" operation of apt-get.  It can
  3986.   also perform the "autoclean" operation automatically whenever packages are
  3987.   updated.  Addresses Debian bug #97653.
  3988.  
  3989.   THIS IS ON BY DEFAULT!
  3990.   If you think having it be on by default is bad, PLEASE LET ME KNOW!
  3991.   If you think having it be on by default is good, PLEASE LET ME KNOW!
  3992.  
  3993.   I have mixed feelings about this, because while naive users who just take
  3994.   the defaults will probably benefit from this, I feel that it violates the
  3995.   "principle of least surprise".
  3996.  
  3997.   * Reinstalled packages are no longer listed as broken in the preview screen.
  3998.  
  3999.   * Reinstalled packages and versions of reinstalled packages are colorized
  4000.   correctly.
  4001.  
  4002.   * Aptitude::Log is now documented.
  4003.  
  4004.   * Action logs are now sorted by type and package name.  In other words: it
  4005.   should now be possible to make sense of them.
  4006.  
  4007.   * Essential packages can be selected using a matcher.
  4008.  
  4009.   * Packages which are essential have a line saying "Essential: Yes" in
  4010.   their info screens.
  4011.  
  4012.   * Marking an essential package for removal is now difficult (if you can get
  4013.   the problem-resolver to do it, though, the program won't complain when you
  4014.   try to remove them.  I don't think the problem-resolver will ever do this,
  4015.   though..)  Addresses Debian bug #86115
  4016.  
  4017.   * Packages can be grouped and sorted by priority.
  4018.  
  4019.   * Cleaning the package cache gives more feedback.
  4020.  
  4021.   * Recommends and suggests are colored red if they are not met.
  4022.  
  4023.   * Certain trees (specifically package installation modes and priorities)
  4024.   now are sorted in a non-alphabetical order.  For instance, with priorities,
  4025.   the highest priority comes first, followed by the next-highest, and so on.
  4026.  
  4027.   * Fixed a crash when using ANDs in matching expressions.
  4028.  
  4029. [6/4/2001]
  4030. Version 0.1.7 "No."
  4031.   * Scrollbars should now be fixed in the popup pagers.  (there are still some
  4032.   visual artifacts, which I'm tempted to attribute to Curses bugs..)
  4033.  
  4034.   * A Minesweeper game is now available in aptitude, to liven up those long
  4035.   downloads.  Select "play Minesweeper" from the main menu..
  4036.  
  4037.   * Trying to repeat a search before a search has been performed no longer
  4038.   crashes the program.
  4039.  
  4040.   * Many more items added to the options menu and dialogs.  Internally we now
  4041.   use static tables to build the option dialogs, which should make it easier
  4042.   to add new options to them.
  4043.  
  4044.   * Fixed several small problems with the documentation of configuration
  4045.   options.
  4046.  
  4047.   * A popup window now appears for the entire time that aptitude is setting
  4048.   up after loading the cache.  (it currently says "loading cache")  The real
  4049.   solution is to make this not take so long, but..
  4050.  
  4051.   * NOTE: this version does NOT have the "don't let the user do something
  4052.   broken" code featured in 0.0.8.7.  With luck, 0.1.8 will have its own
  4053.   version of that logic.
  4054.  
  4055. [5/3/2001]
  4056. Version 0.1.6 "Are We There Yet?"
  4057.   * Merged with the stable branch through 0.0.8.6
  4058.  
  4059.   * File menu renamed to Actions (since that's what it is)
  4060.  
  4061.   * Undo re-enabled, and created an "Undo menu".  Note that undo no longer has
  4062.   the mark/revert behavior it used to -- in fact, it cannot, because the UI
  4063.   is no longer a strict stack (you can switch from one screen to another freely)
  4064.  
  4065.   * The README can now be viewed (from within the program) from the Help menu.
  4066.  
  4067.   * The menus and a lot more UI stuff should now be fully translatable.
  4068.  
  4069.   * Fixed a nasty little bug where undoing one action would make all
  4070.   auto-upgraded packages revert to being held.  (backported to 0.0.8.6)
  4071.  
  4072.   * When displaying a keybinding to the user, C-_ is displayed as C-_ rather
  4073.   than C-^?.
  4074.  
  4075.   * Information about the currently selected item is now displayed in the
  4076.   "status bar" style, with an additional "bold" attribute.  Makes it easier to
  4077.   tell apart from, say, an extended description.
  4078.  
  4079.   * Fixed some bugs in the logic for causing the download display to
  4080.   constantly stick to the end: in particular, the currently downloading
  4081.   item should now be on the bottom line of the screen rather than being
  4082.   off the bottom (and thus invisible)
  4083.  
  4084.   * If ~/.aptitude does not exst when the user selects "save options",
  4085.   it is now created.
  4086.  
  4087. [4/27/2001]
  4088. Version 0.1.5 "Will Debianize For Food"
  4089.   * All changelog entries which are really from 2001 are now listed as being
  4090.   from 2001.  However much I wish I could stop the forward march of time, I
  4091.   don't think that's the way to go about doing it.
  4092.  
  4093.   * Split-screen!  Ok, it's slightly hacky, unconfigurable, can't display
  4094.   anything besides the package description, and the bindings are quirky, but
  4095.   hey, the idea is there :)
  4096.     For lazy people :), 'D' shows/hides the description window and 'a' and 'z'
  4097.   move up/down in it.  'Tab' can be used to switch to it, at which point the
  4098.   usual navigation keys work.  At least, the ones I've implemented (up one line
  4099.   and down one line) work.
  4100.  
  4101.   * A precompiled matcher is now always used to perform searches.  This not
  4102.   only makes searches (hopefully) faster, it also prevents crashes when a bad
  4103.   search term is encountered a la bug #95455.
  4104.  
  4105.   * Packages which don't have an explicit source package listed should have
  4106.   a source package which has the same name as the package itself.  The info
  4107.   screen now makes use of this fact.
  4108.  
  4109.   * Exiting now saves the selection info again (there's not yet an
  4110.   "exit and discard changes" -- just Ctrl-C :-) )
  4111.  
  4112. [4/10/2001]
  4113. Version 0.1.4 "Once there was an Elephant, who tried to use the Telephant"
  4114.   * Merged with stable up through 0.0.8.3.
  4115.  
  4116.   * The multiplexer now jumps to the "previous" widget when the current
  4117.   one is destroyed.  The point of this is that the main aptitude display will
  4118.   act more or less like a stack again, which is a lot more convenient than how
  4119.   it was acting in 0.1.3.
  4120.  
  4121.   * The "Cancel" button displayed after downloading packages actually works.
  4122.  
  4123.   * When downloading stuff, the "saving extended information" progress
  4124.   bar is hidden.
  4125.  
  4126.   * The (non-minibuffer) download screens now have an "overall progress"
  4127.   indicator.
  4128.  
  4129.   * The status line now displays information about the currently
  4130.   selected menu item.
  4131.  
  4132. [3/23/2001]
  4133. Version 0.1.3 "South Blue Quickly"
  4134.   * Still a BETA DEVELOPMENT RELEASE.
  4135.  
  4136.   * Worked around a dumb autoconf bug.
  4137.  
  4138.   * Merged with stable updates through 0.0.8.0.
  4139.  
  4140.   * Added a match type for versions (~V)
  4141.  
  4142.   * Fixed a bug that caused the download-list to be updated at very
  4143.   irregular intervals.
  4144.  
  4145.   * Added a popup after the download that claims you can continue
  4146.   or cancel.  You can't.  But it's a nice thought anyway.  (see the first item)
  4147.  
  4148.   * Added sorting policies.  It was harder than it sounds.  See README.
  4149.  
  4150. [2/21/2001]
  4151. Version 0.1.2 "Erlk├╢nig"
  4152.   * Still a BETA DEVELOPMENT RELEASE.
  4153.  
  4154.   * How packages are grouped into the hierarchy can finally be configured!
  4155.   Currently there are only a few totally new options, but I'm sure people will
  4156.   find novel ways to brea^H^H^H^Hconfigure their systems.  Also, it's dead
  4157.   simple to add parsing for new policies (see load_config.cc and
  4158.   pkg_grouppolicy.cc)
  4159.     See the "GROUPING CONFIGURATION" section in the README for more information.
  4160.  
  4161.   * The download screen now scrolls automagically!  This closes one of the
  4162.   longest-standing and most just complaints about Aptitude. (TODO: add a
  4163.   scollbar widget -- not hard)
  4164.  
  4165.   * The "bytes downloaded" message shown when download completes now allows you
  4166.   to scroll the download screen behind it.  (TODO: display this as a "minibuffer"
  4167.   if the user requests it)
  4168.  
  4169.   * Synced with 0.0.7.15, fixes various minor issues and makes the default
  4170.   grouping more sane.
  4171.  
  4172.   * When you do a "forget new", the display is updated to reflect that fact.
  4173.  
  4174.   * Supposedly, package-info lines should be hidden when you perform a download.
  4175.   I'm not sure this actually works..
  4176.  
  4177.   * There's code to allow different sorting policies, not that you can actually
  4178.   use it.  (eg, sort by size..)
  4179.  
  4180.   * Divide-by-zero errors no longer randomly happen while you're downloading.
  4181.  
  4182. [1/30/2001]
  4183. Version 0.1.1 "Fool!  I told you the Electric Rubber Ducky Incident
  4184.                was never to be mentioned in my presence again!"
  4185.   * Still a BETA DEVELOPMENT RELEASE.
  4186.  
  4187.   * Updating package lists and installing packages is now possible!  This is
  4188.   still a little dicey and will improve in coming releases, but you can do it.
  4189.  
  4190.   * aptitude now compiles (and works) with APT 0.4, in addition to APT 0.3
  4191.     No 0.4 special features are explicitly supported yet.
  4192.  
  4193.   * configure.in now aborts if libsigc++ can't be found.
  4194.  
  4195.   * Keybindings for the current view were incorrectly active while the menu was
  4196.   being used.  Fixed.
  4197.  
  4198.   * You can now choose whether the menu should auto-hide, and by default it
  4199.   doesn't.
  4200.  
  4201.   * Searching for packages is again possible.  I've tried something that will
  4202.   hopefully make it less slow..
  4203.  
  4204.   * The apt package cache can be cleared from aptitude.
  4205.  
  4206.   * Various crashes fixed.
  4207.  
  4208. [12/3/2000]
  4209. Version 0.1.0 "Release without a name"
  4210.   * This is a BETA DEVELOPMENT RELEASE.  It is not fully functional yet; please
  4211.   use older versions if you need missing features.
  4212.  
  4213.   * The ui-rewrite tag finally belches forth a working binary!  Yes,
  4214.   aptitude 0.1.0 is here at last.  Changes are too numerous to really list, but:
  4215.  
  4216.   * vscreen is now a full widget library based on libsigc++, supporting real
  4217.   layout, signals/slots (of course), and..um..lots of other good stuff.  Look
  4218.   at the header files for more info (yes, I'll probably eventually fork it into
  4219.   another project)
  4220.  
  4221.   * this means that aptitude now depends (build and runtime) on libsigc++0.
  4222.     Sorry, potato users :(
  4223.  
  4224.   * On the plus side, we finally have a (links-style) menubar.
  4225.  
  4226.   * User-specific options (in ~/.aptitude/config) are supported, and can be
  4227.   explicitly saved by the user.
  4228.  
  4229.   * The new version doesn't handle small terminals so well yet (and resizing
  4230.   an xterm will cause a segfault!)
  4231.  
  4232. ===============================================================================
  4233. Pre-0.1.0 versions begin here:
  4234.  
  4235. [6/8/2001]
  4236. Version 0.0.8.7.1 "D'oh"
  4237.   * The limit of the preview screen can once again be modified.  Thanks to
  4238.   Michael Politowski for pointing out a simple typo.
  4239.  
  4240. [6/4/2001]
  4241. Version 0.0.8.7 "Home from the Hospital"
  4242.   * Displaying information about a particular package version will now use
  4243.   the description of THAT version.
  4244.  
  4245.   * Fixed some problems with the autotools suite.
  4246.  
  4247.   * If the user's selections in the preview screen mean that something has
  4248.   to be fixed-up, the program now does the fixing and presents another preview.
  4249.   This addresses the following Debian bugs: #87774, #96559.  It may not fully
  4250.   close them; I am not certain whether the problem in those bugs is that I
  4251.   am incorrectly displaying the state of the packages, or that the problem
  4252.   resolver is doing stuff behind the user's back.
  4253.     Note: this is NOT forward-ported to version 0.1.x; this code is different
  4254.   enough in that track that I'll have to come up with a solution separately.
  4255.  
  4256. [5/3/2001]
  4257. Version 0.0.8.6 "Groundhog Day"
  4258.   * Really don't save extended state info if that info was modified (I thought
  4259.   this worked in 0.0.8.4, but, doh, I actually had done it in the unstable
  4260.   branch)
  4261.  
  4262.   * Hitting "purge" on a package version now does the expected.
  4263.   (Debian buf #96228, reported by the same JP)
  4264.  
  4265. [5/1/2001]
  4266. Version 0.0.8.5 "Bring Me A Shrubbery!"
  4267.   * Fixed two bugs relating to translations, reported by the ever-vigilant
  4268.   Michal Politowski:
  4269.      - Reran gettextize so that translations get installed with usable names.
  4270.      (Debian bug #95749)
  4271.      - Changed "purge" to "purged" when it is used to describe a package's
  4272.      current state.  (this lets translators distinguish between them, and is
  4273.      probably better anyway) (Debian bug #95867)
  4274.  
  4275. [4/27/2001]
  4276. Version 0.0.8.4 "I hate finals"
  4277.   * aptitude now only saves its extended state information if that information
  4278.   was modified (Debian bug #93135, reported by JP Sugarbroad <taral@taral.net>)
  4279.  
  4280.   * Don't segfault when the user searches while the cursor is on the last
  4281.   item in the tree.  (Debian bug #95495, reported by
  4282.   Len Sorensen <lsorense@opengraphics.com>)
  4283.  
  4284.   * Added description of action/state flags to online help and README.
  4285.   (Debian bug #93216, reported by Piotr Krukowiecki <piotr@pingu.ii.uj.edu.pl>)
  4286.  
  4287.   PS - debian bug #90909, referenced below, dealt with a crash that occured when
  4288.   updating the package lists while viewing information about a package.  Sorry
  4289.   for the overly terse entry.
  4290.  
  4291. [4/5/2001]
  4292. Version 0.0.8.3 "Palindrome"
  4293.   * Fix Debian bug #90909, reported by Robert Bihlmeyer <robbe@orcus.priv.at>
  4294.     This bug was due to the fact that I inexplicably overrode an important
  4295.   method to do nothing.
  4296.  
  4297.   * Added a Galacian manpage and help file.
  4298.    Thanks go to Jacobo Tarrio <jtarrio@iname.com>.
  4299.  
  4300. [3/23/2001]
  4301. Version 0.0.8.2 "Midterms suck"
  4302.   * Fix compile problems with apts in the 0.3 series.  (this one was actually
  4303.   tested with 0.3, so there)
  4304.  
  4305. [3/18/2001]
  4306. Version 0.0.8.1 "Do you know how hard it is to come up with dozens of
  4307.                  clever and witty release names?  I bet you don't!  I bet
  4308.                  no-one even reads these!  I bet it doesn't matter if I rant
  4309.                  for pages and pages and pages about teapots in the sky!"
  4310.   * Fixed a long-standing but undetected bug.  It turns out that some packages
  4311.   exist in the database but aren't available (they are called into existence by,
  4312.   for instance, a dependency on a non-existant package)  But aptitude was storing
  4313.   "sticky" state information for these packages.  This had a number of
  4314.   subtle but potentially startling consequences; among them is the
  4315.   fact that if a package of that name was eventually uploaded to the
  4316.   archive, it wouldn't show up as "new".
  4317.  
  4318. [3/16/2001]
  4319. Version 0.0.8.0 "Roll over, roll over.."
  4320.   * Galician translations, thanks to Jacobo Tarrio <jtarrio@iname.com>.
  4321.    (is it a sign that your program is popular when people translate it to
  4322.    languages you've never heard of?  Thank God for web1913 :) )
  4323.  
  4324.   * Spent a few minutes figuring out how to do (non-sticky, sorry) installation
  4325.    of a particular version.  Finally those version lists do what they oughta!
  4326.    More or less.
  4327.  
  4328.   * Incremented the third digit of the version.  Please don't laugh.
  4329.  
  4330. [3/04/2001]
  4331. Version 0.0.7.19 "Jubjub"
  4332.   * help-pl.txt is really installed.
  4333.   * Don't print spurious errors when the user enters blank patterns.
  4334.   * The "search again" binding now really has two values instead of just one.
  4335.  
  4336. [3/03/2001]
  4337. Version 0.0.7.18 "Jabberwocky"
  4338.   * Retroactively corrected NEWS entries which were in '00 but should have been
  4339.    in '01.
  4340.   * Fixed bugs reported by Michal Politowski <mpol@charybda.icm.edu.pl>
  4341.     - Accented characters in the status line are no longer displayed
  4342.      incorrectly (a stupid sign-extension bug)
  4343.     - Fixed a few cases of overeager marking of strings for translation.
  4344.     - Fixed three crashes in the parsers for matchers and limits
  4345.   * Entering an invalid limit will no longer occasionally cause dozens of
  4346.    errors.
  4347.   * Gave in and made "n" an alternate binding for "search again".
  4348.   * Added Polish translation, contributed by Michal Politowski.
  4349.  
  4350. [2/24/2001]
  4351. Version 0.0.7.17 "I will not make a stupid Brown Paper Bag reference here"
  4352.   * Fixed a horribly STUPID bug in the APT 0.5 support, involving me misreading
  4353.    the prototype of VersioningSystem::CheckDep and passing the arguments
  4354.    in reverse order from what it expected!  Oops.
  4355.  
  4356. [2/23/2001]
  4357. Version 0.0.7.16 "Brought to you by the letter F"
  4358.   * Added two new translations:
  4359.     - Finnish, contributed by Jaakko Kangasharju <ashar@iki.fi>
  4360.     - French, contributed by Martin Quinson <mquinson@ens-lyon.fr>
  4361.  
  4362.   * Made some formerly untranslatable strings in load_config.cc translatable
  4363.    (thanks to Jaakko for pointing this out)
  4364.  
  4365.   * configure.in now hacks around brokenness in some autoconf releases
  4366.   that caused C++ code to break.
  4367.  
  4368. [2/01/2001]
  4369. Version 0.0.7.15 "Coda"
  4370.   * Fixed a whole slew of bugs that Zack Weinberg <zackw@stanford.edu> was
  4371.   unfortunate to run into simultaneously:
  4372.     - Running into an error while loading the configuration no longer causes
  4373.      the program to panic and display a blank "we couldn't start successfully"
  4374.      screen.
  4375.     - Keybinding subgroups don't cause a spurious error message.
  4376.     - If startup isn't successful (and thus the package file wasn't read),
  4377.      trying to exit no longer causes a crash.  (just in case, added checks in
  4378.      several other places for NULL pointers as well)
  4379.     - The bindings for vs_tree (Aptitude::UI::Keybindings::Tree) can now also
  4380.      be reconfigured from the toplevel, as expected.
  4381.  
  4382. [12/18/2000]
  4383. Version 0.0.7.14 "Grouping therapy"
  4384.   * Suggestions and patches from Arto Jantunen <viiru@debian.org>:
  4385.     - Tasks are now displayed as a separate "section"
  4386.     - The hierarchy has been 'inverted'.  The primary grouping mechanism is now
  4387.      the 'subsection', with the 'top section' above it.
  4388.     - Redundant hierarchy such as "virtual/virtual" is no longer there.
  4389.     - the online help explains about the 'f' key.
  4390.   * Various bugs, crashes, and bad behavior with APT 0.4 thrashed out.
  4391.  
  4392. [12/12/2000]
  4393. Version 0.0.7.13 "Portage"
  4394.   * aptitude should now compile without modifications against APT 0.4.  The
  4395.   fancy new features won't be used and will probably never be hooked into this
  4396.   branch -- the long-vapoured (but still slowly approaching) rewritten version
  4397.   will be where I fiddle with that stuff.
  4398.  
  4399. [11/27/2000]
  4400. Version 0.0.7.12 "Bored in Providence"
  4401.   * The long-standing TODO item of allowing a single package to be installed
  4402.    without affecting anything else is more-or-less fixed, although I'm not
  4403.    sure if it's the best implementation (actually, I'm sure it probably has
  4404.    unfortunate glitches still..)  Press "I" and read about it in the README
  4405.    (although I should clear that documentation up..)
  4406.  
  4407. [11/26/2000]
  4408. Version 0.0.7.11 "My Grandma, what big Segfaults you have!"
  4409.   * Fix a long-standing bug that triggered a segfault-on-start in extremely
  4410.    unusual circumstances (which is how it avoided me for so long)
  4411.  
  4412. [11/26/2000]
  4413. Version 0.0.7.10 "I didn't do it!  No-one saw me do it!"
  4414.   * Errr...the changes in the last version included a hack to make packages
  4415.    appear in the right indentation from the left-hand side of the screen.  This
  4416.    hack also happened to cause the program to misbehave very badly in some
  4417.    circumstances (eg, when trying to download packages)  I've replaced it with
  4418.    a more invasive hack that actually works.  Oh, and I tested it this time.
  4419.    Testing things is a good idea..
  4420.  
  4421. [11/25/2000]
  4422. Version 0.0.7.9 "YOW!  I've been LAID OUT by a COLUMN GENERATOR!"
  4423.   * The only change in this release is a total rewrite of the column-generation
  4424.   code.  It's much less crufty and should allocate space more cleverly on
  4425.   larger displays. (this also fixes a debbts report)
  4426.     The column configuration is slightly different; if you have a custom
  4427.   configuration, you might want to check the README.
  4428.  
  4429. [11/22/2000]
  4430. Version 0.0.7.8 "Silence of the Turkeys"
  4431.   * Fixed a minor typo in the README reported in the Debian BTS.
  4432.   * Similarly, fixed a small interface bug with the package-limit string.
  4433.   * Finally got around to adding the delete-to-end-of-line and
  4434.    delete-to-beginning-of-line functions to the line-editor.
  4435.   * Logs of install runs now display (for upgraded packages) the version being
  4436.    upgraded from and the version being upgraded to.
  4437.  
  4438. [10/27/2000]
  4439. Version 0.0.7.7 "Pentecost"
  4440.   * More translations (es_ES and pt_BR) added.  Thanks to
  4441.    Jorge Carrasquilla Soares and Douglas Moura Ferreira for contributing
  4442.    these.
  4443.  
  4444. [10/15/2000]
  4445. Version 0.0.7.6 "Package Management for Pern"
  4446.   * Debian bug #74788 fixed: threads are eliminated if not available, allowing
  4447.    aptitude to compile on the Hurd.  (go Hurders!)
  4448.  
  4449. [10/13/2000]
  4450. Version 0.0.7.5 "Friday the 13th"
  4451.   * Fixed the bug reported by Jordi Mallach <jordi@debian.org>, where "x"
  4452.    had its view of its arguments backwards.  (this was introduced by the change
  4453.    in 0.0.7.2 which altered the messages displayed when saving as an
  4454.    unprivileged user)
  4455.  
  4456. [10/11/2000]
  4457. Version 0.0.7.4 "Ich bin ein Berliner!"
  4458.   * corrected German translations.  Hopefully .de users won't mind no longer
  4459.    being amused by my fractured Deutsch.  Thanks to Sebastian Schaffert
  4460.    for contributing these.
  4461.  
  4462.   * Masato Taruishi has contributed a patch to internationalize even more
  4463.    strings (it is even possible to have language-specific online help,
  4464.    although no internationalized help files are written yet)  He also
  4465.    updated the Japanese translation to reflect this.  (the German translation,
  4466.    unfortunately, continues to lag behind)
  4467.  
  4468. [10/3/2000]
  4469. Version 0.0.7.3 "If I only had a brain"
  4470.   * aptitude now REALLY has a manpage.  (if it doesn't get installed by
  4471.    "make dist", it's not in the program..)
  4472.  
  4473. [9/23/2000]
  4474. Version 0.0.7.2
  4475.   * "Bug-reports keep fallin' on my head"
  4476.  
  4477.   * aptitude now has a manpage.
  4478.  
  4479.   * The program now works properly with local files (this was a problem
  4480.    that arose from my abuse of libapt)
  4481.  
  4482.   * If aptitude is run as an unprivileged user, pressing "q" and "x" no longer
  4483.    mention saving anything.
  4484.  
  4485.   * Merged in an i18n patch (thanks to Masato Taruishi for this and the
  4486.    Japanese translation)  There is a German translation done by me, but
  4487.    given the state of my German, a native speaker may want to send me
  4488.    a corrected translation.
  4489.  
  4490. [8/03/2000]
  4491. Version 0.0.7.1
  4492.   * "Faster than a speeding river of molasses" release.
  4493.  
  4494.   * The lengthy hiatus here was due to the fact that I was originally
  4495.    planning to fix a bunch of cruft and release quickly towards the
  4496.    beginning of the summer <sarcastic laughter>  Then I decided to rewrite
  4497.    the UI in a branch in CVS.  That's not done, but the more braindead
  4498.    mistakes really ought to be fixed, and should have been back in May when
  4499.    I found them...
  4500.  
  4501.   * Aptitude can now generate a simple logfile when doing a dpkg run
  4502.    (and optionally pipe it into a command)  It's not much (it should really
  4503.    be sorted, or at least include more info), but it can help with "err, what
  4504.    were those 500 packages I just upgraded?" situations :-)
  4505.  
  4506.   * Column-formatting uses printf-style %-escapes instead of the old
  4507.    method.
  4508.  
  4509.   * Fixes the "DOH, lockfiles don't go in /" bug.
  4510.  
  4511.   * file: URLs (ie, local package repositories) now work.
  4512.  
  4513. [4/18/2000]
  4514. Version 0.0.7
  4515.   * The segfault that plagued 0.0.6.9 seems to be gone.  Thanks go to
  4516.    Panu H├ñllfors <panupa@iki.fi> for helping me narrow the problem down.
  4517.    Please let me know if you encounter similar problems (or, indeed, any
  4518.    problems :) ).
  4519.  
  4520.      The following changes were in 0.0.6.9 but not mentioned (oops):
  4521.  
  4522.   * Wrote a proper help screen, so you don't get the full README when you press
  4523.    '?'.  We still don't have a mechanism for dynamically adjusting the display
  4524.    based on keybindings, but this should make things somewhat nicer for
  4525.    newbies.
  4526.  
  4527. [4/9/2000]
  4528. Version 0.0.6.9
  4529.   *  This version introduces undo capabilities.  You can undo any number of
  4530.     actions on packages (install, remove, etc--even "forget new")  See the
  4531.     manual for details.
  4532.  
  4533.   *  As a result, there are now two ways to quit: "q" quits and saves changes,
  4534.     and "x" quits and discards changes.
  4535.  
  4536.   *  Major restructuring of the directory tree.  The toplevel now contains only
  4537.     code for aptitude itself--low-level UI stuff is in vscreen/ and generic
  4538.     useful routines (eg, the apt-cache wrapper) are in generic/
  4539.  
  4540.   *  Major changes to the keybinding code; keybindings are now mostly shared
  4541.     between the different contexts they occur in, with the ability to override
  4542.     a keybinding in a particular context.
  4543.  
  4544.   *  Added some alternative keybindings (vi-style and others), by popular
  4545.     request.
  4546.  
  4547.   *  Reorganized the TODO list and added a bunch of stuff to it.
  4548.  
  4549.   *  Searching now handles virtual packages
  4550.  
  4551.   *  Limiting on package names no longer segfaults
  4552.  
  4553.   *  Columns with nothing to display should display a placeholder value
  4554.     (eg, "<none>") instead of simply being blank.
  4555.  
  4556.   *  Fixed various problems with detecting and flagging broken dependencies
  4557.  
  4558.   *  Fixed various problems with the handling and displaying of OR groups
  4559.  
  4560.   *  Reverse dependencies which occur because of Provides are now displayed
  4561.     correctly.
  4562.  
  4563.   *  There is no longer a default binding for just displaying a package's
  4564.     description; "i" will display the full information screen by default.
  4565.     (it's just as easy to see the description this way, and you get more
  4566.      information as well)  The old behavior can be regained by binding
  4567.     Description to "i": 'Aptitude::UI::Keybindings::Description "i";' in
  4568.     /etc/apt/apt.conf  (you may need to remove the binding for InfoScreen
  4569.     as well)
  4570.  
  4571.   *  Various segfaults when trying to get information about virtual packages
  4572.     were fixed.
  4573.  
  4574.   *  You can now perform a package-list update or an install run from any apt
  4575.     tree, not just a package list (or at least you should be able to)  Of course,
  4576.     if the package you are viewing vanishes from the cache as a result, you will
  4577.     be sent back to where you came from.
  4578.  
  4579.   *  Added a match type, ~c, which matches removed packages with conffiles
  4580.     remaining on the system.
  4581.  
  4582.   *  You can now easily toggle the display of column headers at runtime by
  4583.     pressing "h".
  4584.  
  4585. 2/06/2000
  4586. Version 0.0.6a
  4587.   *  Fixed a rather embarassing compile error that got into 0.0.6.
  4588.  
  4589. 2/06/2000
  4590. Version 0.0.6
  4591.   *  Greatly improved search capabilities.  You can now match on many different
  4592.     attributes of a package, and combine search terms into complex expressions.
  4593.     This is used both for searching and implementing "display limits", which
  4594.     act as a filter for the visible list of packages.  See README for details.
  4595.  
  4596.   *  Added commands to expand and collapse an entire tree of packages.
  4597.  
  4598.   *  Searches now have a 'wraparound' behavior.
  4599.  
  4600.   *  Actually set up a binding for Refresh, handle it globally.
  4601.  
  4602.   *  Made the display of broken packages more uniform.
  4603.  
  4604.   *  Fixed a problem that caused packages to be put on hold when you cancelled
  4605.     a removal or an install.
  4606.  
  4607.   *  Pressing "hold" on a package which can't be upgraded now /toggles/ the
  4608.     sticky-hold state (it was hard to turn it off previously)
  4609.  
  4610.   *  Fixed another dependency-OR handling bug which caused OR lists to appear
  4611.     to include the first package before the list.
  4612.  
  4613.   *  Changed the install-preview screen to more correctly packages whose state
  4614.     was changed by fixing broken dependencies.  Packages which are being
  4615.     installed or deleted for this reason get their own trees.
  4616.  
  4617.   *  The amount of padding after a column can now vary by column and is
  4618.     configurable.
  4619.  
  4620.   *  Errors now use a single color definition, and are white on red.
  4621.  
  4622.   *  You can now download and view the Changelog for a package (not perfect
  4623.     yet: you get HTML cruft, not all packages work (that I may not be able
  4624.     to fix) )
  4625.  
  4626.   *  Fixed a bug which caused problems with displaying errors.
  4627.  
  4628.   *  Added column types for the section and priority.
  4629.  
  4630.   *  Added a minimal online-help system (just displays the README)
  4631.  
  4632.   *  Internal change (not used yet): the vscreen main loop now supports the
  4633.     registration of timers.  (configure with --with-periodic-beep to
  4634.     enable a really annoying beep at one-second intervals)
  4635.  
  4636.   *  Internal change: the status/header-lines and status widget handling of
  4637.     vs_tree were split into a new class, vs_minibuf_win.
  4638.  
  4639.   *  Internal change: vscreen::repaint no longer implicitly calls refresh.
  4640.  
  4641.   *  Internal change: the code to orchestrate downloads moved to
  4642.     download.{cc,h}
  4643.  
  4644. 1/19/2000
  4645. Version 0.0.5
  4646.   *  This release has a lot of bugfixes, column formatting support, and a
  4647.     greatly fixed status-line editor.
  4648.  
  4649.   *  Sanitized and made consistent a lot of arbitrary decisions about what
  4650.     version to use when looking statistics up about a package.  The function
  4651.     pkg_item::visible_version() handles this.
  4652.  
  4653.   *  You can now get package information by pressing Enter while a particular
  4654.     version of a package is selected.  Information about that version will
  4655.     be displayed.
  4656.  
  4657.   *  Don't crash if the user tries to update the package lists while not root
  4658.     or while another apt is running.  (oops..)
  4659.  
  4660.   *  The preview screen *should* separate out packages which can't be upgraded
  4661.     because of broken dependencies.
  4662.  
  4663.   *  Broken versions weren't being displayed with a "broken" color; fixed.
  4664.  
  4665.   *  Throttle the update frequency of the progress bars; previously I was
  4666.     updating as quickly as possible, which lead to a massive loading up of the
  4667.     system.  This change greatly improved startup times.
  4668.  
  4669.   *  libncurses5 sometimes sends KEY_RESIZEs -- don't assert their absence
  4670.     anymore, just ignore them :)
  4671.  
  4672.   *  column support!  Configurable!  This is really the major feature in this
  4673.     release; see the README for more
  4674.  
  4675.   *  Overhauled the status-line editing widget to fix a lot of small bugs and
  4676.     greatly improve editing.
  4677.  
  4678.   *  Added a single keystroke to repeat the last search (bind something to
  4679.     ReSearch)
  4680.  
  4681.   *  At the request of omega@anomie.dhis.net, added a status tree for obsolete
  4682.     packages.
  4683.  
  4684. 1/10/2000
  4685. Version 0.0.4a
  4686.   *  "Faster than a speeding bullet" release.  (I really am starting to regret
  4687.     trying to come up with clever names for releases. :) )
  4688.  
  4689.   *  Had a sudden flash of inspiration and added the three-line fix needed to
  4690.     hack around libncurses5's leaveok() brokenness.
  4691.  
  4692. 1/10/2000
  4693. Version 0.0.4
  4694.   *  "New Year's Resolution" release.  I actually managed to fix everything
  4695.     which I claimed I would, but I've resolved never to promise to fix
  4696.     something in the next release again.  Even to myself. ;-)  Also, I want
  4697.     to release versions more often..
  4698.  
  4699.   *  Aptitude now tries to Do The Right Thing with regard to the dselect
  4700.     state of a package by adjusting its own state when the dselect state
  4701.     changes in between runs.  This prevents the really bad problems I
  4702.     experienced.
  4703.  
  4704.   *  The interface coloration is now configurable (see README for details)
  4705.  
  4706.   *  More information is available in the download screen -- the actual amount
  4707.     of data dowloaded for each item and an estimated time to completion (for
  4708.     everything) are displayed.
  4709.  
  4710.   *  Compiles against libncurses5, although there's an annoying visual bug when
  4711.     using libncurses5 that I can't get rid of (leaveok doesn't seem to hide
  4712.     the cursor anymore..)
  4713.  
  4714.   *  Fixed the bug which caused ORs in dependencies to apparently continue
  4715.     forever (that is, "Depends: libc6, mutt | mail-reader, libncurses4" would
  4716.     be displayed as "Depends: libc6, mutt | mail-reader | libncurses4")
  4717.  
  4718.   *  Rewrote the various messages and interaction involving the status line
  4719.     to be done the Right Way[tm].
  4720.  
  4721.   *  Aptitude now (by default) displays what changes will be made -- that
  4722.     is, which packages will be installed, removed, etc, before
  4723.     performing a package run -- press the "install packages" key again to
  4724.     continue.
  4725.  
  4726.   *  Setting Aptitude::Auto-Install to true will cause dependencies of a
  4727.     package to automatically be marked for installation when you select it to
  4728.     be installed.
  4729.  
  4730.   *  Aptitude now (by default) attempts to resolve missing dependencies and
  4731.     fix broken packages before doing an install run.  To disable this, set
  4732.     "Aptitude::Fix-Broken" to false.
  4733.  
  4734.   *  A screen with all information about the package collected into one
  4735.     location is now available (by default, you can access it by pressing
  4736.     Enter while a package is selected)
  4737.  
  4738.   *  Finally got rid of the visual bug that caused non-selectable things to
  4739.     appear selected (I fixed it by not displaying them as selected even when
  4740.     they are ;-) )
  4741.  
  4742.   *  Added descriptive headers to the version and dependency lists.
  4743.  
  4744.   *  Made the behavior of selections around non-selectable items much more
  4745.     logical.
  4746.  
  4747.   *  Package trees now display, in the header, an estimate of the number of
  4748.     bytes which will be downloaded and installed on the next package run.
  4749.  
  4750.   *  Packages can now be reinstalled.
  4751.  
  4752.   *  Removed a lot of the old test code.  The next release will probably (see
  4753.     my resolution :) ) rename "testscr.cc" to "main.cc".
  4754.  
  4755.   *  Documentation updates.  Rewrote aptitude-hackers-guide.txt to be less a
  4756.     file-by-file tour and more a high-level overview.
  4757.  
  4758.   *  Included a real CVS commit log (see ChangeLog)
  4759.  
  4760. 12/20/1999
  4761. Version 0.0.3
  4762.   *  "Merry Christmas and a Happy Armageddon" release.  This'll probably be the
  4763.     last Aptitude release before the year 2000.  Assuming that civilization has
  4764.     not collapsed, expect to see another version early in the new year.
  4765.     (hopefully before potato freezes ;-) )  If not, I guess I'll have to start
  4766.     porting it to the abacus platform..
  4767.  
  4768.   *  Configurable keybindings!  Rejoice!  See README for more info and
  4769.     examples.
  4770.  
  4771.   *  aptitude now has persistent state, stored (by default) in
  4772.     /var/state/aptitude.
  4773.  
  4774.   *  This is used to implement some dselect-like capabilities, including
  4775.     'sticky' selections that persist across sessions and the ability to track
  4776.     new packages.  New packages are implemented in a manner entirely orthogonal
  4777.     to selection state, which means (in short words) that a package can
  4778.     remain "new" for an indefinite amount of time, even after it's installed.
  4779.  
  4780.   *  Two configuration options, Aptitude::Forget-New-On-Update and
  4781.     Aptitude::Forget-New-On-Install, are provided to automatically clear the
  4782.     list of new packages.
  4783.  
  4784.   *  As an unforunate side-effect, dselect selections are no longer inherited.
  4785.     The main reason is that I couldn't think of a clean way to save the
  4786.     package states into the dselect database (calling dpkg --set-selections
  4787.     should work, but you have to play with lockfiles then..)  And it's tricky
  4788.     in general to try to manage two almost-but-not-quite identical databases
  4789.     of info.
  4790.      This may come back in the next release if I can work out how to do it
  4791.     (but it'll probably be controlled by a flag and off by default)  On the
  4792.     other hand, it's not really needed unless you're trying to mix dselect
  4793.     and aptitude.
  4794.  
  4795.   *  The package list can be searched.  This occasioned at least one really
  4796.     nasty (but non-buggy!) hack, which I'll fix in the next release.  Currently
  4797.     *only* package lists (not version lists, etc) can be meaningfully searched,
  4798.     and searching only looks for substrings in the package name -- no
  4799.     regexps or checking of descriptions. (guess when this'll be fixed?)
  4800.  
  4801.   *  A progress bar is now available for initialization and so on
  4802.  
  4803.   *  Errors are displayed by the UI (needs a little work still, but
  4804.     functional..)
  4805.  
  4806.   *  An annoying resize bug in 0.0.2 was fixed -- if you resized the xterm
  4807.     during a download, everything would start to flicker.
  4808.  
  4809.   *  Various segfaults, crashes, hangs, and visual quirks were eliminated.
  4810.  
  4811.   *  This is the first release to get a tag in CVS! :)
  4812.  
  4813. 12/5/1999
  4814. Version 0.0.2
  4815.   * aptitude can now download and install packages!  This means that it's
  4816.    now technically possible to use it in place of other package management
  4817.    tools, although it's still lacking some stuff that would make it a really
  4818.    useful program.  This is the major change, and the reason for the new
  4819.    release.
  4820.   * dselect selections are now inherited
  4821.   * short package descriptions are displayed in the status line of the package
  4822.    tree
  4823.   * you can mark package *versions* for installation and removal (sometimes)
  4824.   * broken dependencies should be visually flagged
  4825.   * Various other bugfixes and tweaks.
  4826.  
  4827. 11/18/1999
  4828. Version 0.0.1  --  Very preliminary alpha version released for comment and/or
  4829.                    criticism.
  4830.  
  4831. 10/20/1999
  4832. Version 0.0.0  --  Added automake support, it requires this file.
  4833.                    Nothing else to say, I don't have enough code to make
  4834.            this file useful yet.
  4835.